Skip to content

Commit

Permalink
critical bugfix to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Bird committed Mar 4, 2017
1 parent 2f28035 commit 54d5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flat/exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use flat\core\exception\controller;

abstract class exception {
abstract class exception extends \Exception {
use controller;

public function __construct($msg,$code=0) {
Expand Down

0 comments on commit 54d5acf

Please sign in to comment.