otherguy/php-currency-api

View on GitHub
src/Exceptions/DriverNotFoundException.php

Summary

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

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

}