Page MenuHomePhorge

PhabricatorCustomFieldNotProxyException.php
No OneTemporary

Size
480 B
Referenced Files
None
Subscribers
None

PhabricatorCustomFieldNotProxyException.php

<?php
final class PhabricatorCustomFieldNotProxyException extends Exception {
public function __construct(PhabricatorCustomField $field) {
parent::__construct(
pht(
"Custom field '%s' (with key '%s', of class '%s') can not have a ".
"proxy set with %s, because it returned %s from %s.",
$field->getFieldName(),
$field->getFieldKey(),
get_class($field),
'setProxy()',
'false',
'canSetProxy()'));
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 1:03 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122537
Default Alt Text
PhabricatorCustomFieldNotProxyException.php (480 B)

Event Timeline