master
<?php namespace Otherguy\Currency\Exceptions; /** * Class DriverNotFoundException * * @package Otherguy\Currency\Exceptions */ class DriverNotFoundException extends CurrencyException { }