Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122159131
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
Wed, Jul 16, 06:07
Size
260 B
Mime Type
text/x-php
Expires
Fri, Jul 18, 06:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27442441
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