mirror of
https://github.com/pierre42100/comunic
synced 2025-06-20 17:15:19 +00:00
First commit
This commit is contained in:
16
developer/vendor/maximebf/debugbar/src/DebugBar/DebugBarException.php
vendored
Normal file
16
developer/vendor/maximebf/debugbar/src/DebugBar/DebugBarException.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/*
|
||||
* This file is part of the DebugBar package.
|
||||
*
|
||||
* (c) 2013 Maxime Bouroumeau-Fuseau
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace DebugBar;
|
||||
|
||||
class DebugBarException extends \Exception
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user