Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96207229
ReleephFieldSpecificationIncompleteException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 23, 18:51
Size
283 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 18:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23134151
Attached To
rPH Phabricator
ReleephFieldSpecificationIncompleteException.php
View Options
<?php
final
class
ReleephFieldSpecificationIncompleteException
extends
Exception
{
public
function
__construct
(
ReleephFieldSpecification
$field
)
{
$class
=
get_class
(
$field
);
parent
::
__construct
(
"Releeph field class {$class} is incompletely implemented."
);
}
}
Event Timeline
Log In to Comment