Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96206070
ReleephFieldParseException.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:22
Size
260 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 18:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23143555
Attached To
rPH Phabricator
ReleephFieldParseException.php
View Options
<?php
final
class
ReleephFieldParseException
extends
Exception
{
public
function
__construct
(
ReleephFieldSpecification
$field
,
$message
)
{
$name
=
$field
->
getName
();
parent
::
__construct
(
"{$name}: {$message}"
);
}
}
Event Timeline
Log In to Comment