otherguy/php-currency-api

View on GitHub
src/Exceptions/ApiException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php namespace Otherguy\Currency\Exceptions;

/**
 * Class ApiException
 *
 * @package Otherguy\Currency\Exceptions
 */
class ApiException extends CurrencyException
{

}