3 final class PhabricatorCustomFieldNotProxyException
extends Exception
{
5 public function __construct(PhabricatorCustomField
$field) {
8 "Custom field '%s' (with key '%s', of class '%s') can not have a ".
9 "proxy set with %s, because it returned %s from %s.",
10 $field->getFieldName(),
11 $field->getFieldKey(),