There was an error while loading. Please reload this page.
1 parent ba75e66 commit b5abc00Copy full SHA for b5abc00
src/Exception.php
@@ -11,7 +11,7 @@
11
* @author Andreas Gohr <andi@splitbrain.org>
12
* @license MIT
13
*/
14
-class Exception extends \Exception
+class Exception extends \RuntimeException
15
{
16
const E_ANY = -1; // no error code specified
17
const E_UNKNOWN_OPT = 1; //Unrecognized option
0 commit comments