Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93449050
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
Thu, Nov 28, 20:36
Size
278 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 20:36 (2 d)
Engine
blob
Format
Raw Data
Handle
22640865
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