Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106080392
PhortuneNotImplementedException.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
Sat, Mar 22, 04:32
Size
278 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 04:32 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
25110352
Attached To
rPH Phabricator
PhortuneNotImplementedException.php
View Options
<?php
final
class
PhortuneNotImplementedException
extends
Exception
{
public
function
__construct
(
PhortunePaymentProvider
$provider
)
{
$class
=
get_class
(
$provider
);
return
parent
::
__construct
(
"Provider '{$provider}' does not implement this method."
);
}
}
Event Timeline
Log In to Comment