Skip to content

Commit b5abc00

Browse files
committed
inherit from RuntimeException
1 parent ba75e66 commit b5abc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @author Andreas Gohr <andi@splitbrain.org>
1212
* @license MIT
1313
*/
14-
class Exception extends \Exception
14+
class Exception extends \RuntimeException
1515
{
1616
const E_ANY = -1; // no error code specified
1717
const E_UNKNOWN_OPT = 1; //Unrecognized option

0 commit comments

Comments
 (0)