Page MenuHomePhorge

PhabricatorCustomFieldNotProxyException.php
No OneTemporary

Size
462 B
Referenced Files
None
Subscribers
None

PhabricatorCustomFieldNotProxyException.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 11:00 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
447419
Default Alt Text
PhabricatorCustomFieldNotProxyException.php (462 B)

Event Timeline