You are here

class AmountNotNumericException in Currency 7.2

Describes an amount string that is not numeric.

Hierarchy

Expanded class hierarchy of AmountNotNumericException

1 file declares its use of AmountNotNumericException
currency.module in currency/currency.module
Provides currency information and allows users to add custom currencies.

File

currency/vendor/bartfeenstra/currency/src/BartFeenstra/Currency/AmountNotNumericException.php, line 13
Contains class \BartFeenstra\Currency\AmountNotNumericException.

Namespace

BartFeenstra\Currency
View source
class AmountNotNumericException extends \Exception {

}

Members