tomaj/invoice-client

View on GitHub
src/Invoice/Exception/UnsupportedCurrencyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Invoice\Exception;

use Exception;

class UnsupportedCurrencyException extends Exception
{

}