Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F950174
PhortuneNotImplementedException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
278 B
Referenced Files
None
Subscribers
None
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
)));
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 1:59 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
224096
Default Alt Text
PhortuneNotImplementedException.php (278 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment