mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
fixed bug where the Exception class is not "used"
This commit is contained in:
parent
214c62bd85
commit
7194f3e3e0
@ -10,7 +10,7 @@
|
||||
|
||||
namespace DebugBar;
|
||||
|
||||
class DebugBarException extends Exception
|
||||
class DebugBarException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user