You are here

class AmountInvalidDecimalSeparatorException in Currency 7.2

Describes an amount string that has invalid decimal separators.

Hierarchy

Expanded class hierarchy of AmountInvalidDecimalSeparatorException

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

File

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

Namespace

BartFeenstra\Currency
View source
class AmountInvalidDecimalSeparatorException extends \Exception {

}

Members