Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98047109
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
Thu, Jan 9, 01:27
Size
283 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 01:27 (2 d)
Engine
blob
Format
Raw Data
Handle
23502154
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