Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1112051
PhortuneNoPaymentProviderException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
457 B
Referenced Files
None
Subscribers
None
PhortuneNoPaymentProviderException.php
View Options
<?php
final
class
PhortuneNoPaymentProviderException
extends
Exception
{
public
function
__construct
(
PhortunePaymentMethod
$method
)
{
$type
=
$method
->
getMetadataValue
(
'type'
);
return
parent
::
__construct
(
"No available payment provider can handle charging payments for this "
.
"payment method. You may be able to use a different payment method to "
.
"complete this transaction. The payment method type is '{$type}'."
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 11:32 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
276329
Default Alt Text
PhortuneNoPaymentProviderException.php (457 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment