Page MenuHomePhorge

PhortuneNoPaymentProviderException.php
No OneTemporary

Size
457 B
Referenced Files
None
Subscribers
None

PhortuneNoPaymentProviderException.php

<?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

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)

Event Timeline