Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90694964
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
Sun, Nov 3, 22:48
Size
275 B
Mime Type
text/x-php
Expires
Tue, Nov 5, 22:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22120471
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 '{$class}' does not implement this method."
);
}
}
Event Timeline
Log In to Comment