Skip to content

Commit

Permalink
Fixing exception where class cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke committed Jun 18, 2019
1 parent 49c0f71 commit 66b0ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions model/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,3 @@ public function list_options() {
return $options;
}
}

class AccessNotFoundException extends Exception {}
2 changes: 2 additions & 0 deletions model/accessnotfoundexception.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
class AccessNotFoundException extends Exception {}

0 comments on commit 66b0ddb

Please sign in to comment.