Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107163895
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, Apr 5, 12:43
Size
278 B
Mime Type
text/x-php
Expires
Mon, Apr 7, 12:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25299481
Attached To
rPH Phabricator
PhortuneNotImplementedException.php
View Options
<?php
final
class
PhortuneNotImplementedException
extends
Exception
{
public
function
__construct
(
PhortunePaymentProvider
$provider
)
{
return
parent
::
__construct
(
pht
(
"Provider '%s' does not implement this method."
,
get_class
(
$provider
)));
}
}
Event Timeline
Log In to Comment