Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102215189
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
Tue, Feb 18, 08:42
Size
260 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 08:42 (2 d)
Engine
blob
Format
Raw Data
Handle
24308397
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