You are here

AmountInvalidDecimalSeparatorException.php in Currency 7.2

File

currency/vendor/bartfeenstra/currency/src/BartFeenstra/Currency/AmountInvalidDecimalSeparatorException.php
View source
<?php

/**
 * @file
 * Contains class \BartFeenstra\Currency\AmountInvalidDecimalSeparatorException.
 */
namespace BartFeenstra\Currency;


/**
 * Describes an amount string that has invalid decimal separators.
 */
class AmountInvalidDecimalSeparatorException extends \Exception {

}

Classes

Namesort descending Description
AmountInvalidDecimalSeparatorException Describes an amount string that has invalid decimal separators.