Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| UnknownCurrencyException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| namespace Money\Exception; | |
| use Money\Exception; | |
| /** | |
| * Thrown when trying to get ISO currency that does not exists. | |
| * | |
| * @author Frederik Bosch <f.bosch@genkgo.nl> | |
| */ | |
| final class UnknownCurrencyException extends \DomainException implements Exception | |
| { | |
| } |