otherguy/php-currency-api

View on GitHub
src/Exceptions/CurrencyException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php namespace Otherguy\Currency\Exceptions;
 
use Exception;
use Throwable;
 
/**
* Class CurrencyException
*
* @package Otherguy\Currency\Exceptions
*/
class CurrencyException extends Exception
{
}