* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace FG\ASN1\Exception; /** * This class does only exist, because the current stable version of * PHPUnit does not allow to test for standard exceptions.. :( * This class might be removed in the future */ class GeneralException extends \Exception { }