1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

fixed bug where the Exception class is not "used"

This commit is contained in:
maximebf 2013-06-18 14:33:11 +09:00
parent 214c62bd85
commit 7194f3e3e0

View File

@ -10,7 +10,7 @@
namespace DebugBar;
class DebugBarException extends Exception
class DebugBarException extends \Exception
{
}