mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 00:44:23 -05:00
Begin Refactor
This commit is contained in:
20
vendor/gabordemooij/redbean/RedBeanPHP/RedException.php
vendored
Normal file
20
vendor/gabordemooij/redbean/RedBeanPHP/RedException.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace RedBeanPHP;
|
||||
|
||||
/**
|
||||
* RedBean\Exception Base.
|
||||
* Represents the base class for RedBeanPHP\Exceptions.
|
||||
*
|
||||
* @file RedBeanPHP/Exception.php
|
||||
* @author Gabor de Mooij and the RedBeanPHP Community
|
||||
* @license BSD/GPLv2
|
||||
*
|
||||
* @copyright
|
||||
* copyright (c) G.J.G.T. (Gabor) de Mooij and the RedBeanPHP Community
|
||||
* This source file is subject to the BSD/GPLv2 License that is bundled
|
||||
* with this source code in the file license.txt.
|
||||
*/
|
||||
class RedException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user