1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Improved Exception handling, Removed npm requirement for testing

This commit is contained in:
Dan Brown
2016-09-03 12:08:58 +01:00
parent 0dbb8babee
commit ec17bd8608
7 changed files with 50 additions and 30 deletions

View File

@ -1,5 +1,3 @@
<?php namespace BookStack\Exceptions;
use Exception;
class PrettyException extends Exception {}
class PrettyException extends \Exception {}