Skip to content

Instantly share code, notes, and snippets.

@sagikazarmark
Created January 30, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagikazarmark/b5236508d92ec8f51719 to your computer and use it in GitHub Desktop.
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
<?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