Created
January 30, 2015 13:36
-
-
Save sagikazarmark/b5236508d92ec8f51719 to your computer and use it in GitHub Desktop.
In cases when your code is clearly not used for what it should be
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* DBAD exception | |
* | |
* @link http://www.dbad-license.org/ | |
*/ | |
class DbadException extends \Exception | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment