You are here

AmountNotNumericException.php in Currency 7.2

File

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

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


/**
 * Describes an amount string that is not numeric.
 */
class AmountNotNumericException extends \Exception {

}

Classes

Namesort descending Description
AmountNotNumericException Describes an amount string that is not numeric.