Skip to content

Instantly share code, notes, and snippets.

@v3c70r
Created September 19, 2017 15:06
Show Gist options
  • Save v3c70r/8e1f900c47f90bf6dc960097936087e1 to your computer and use it in GitHub Desktop.
Save v3c70r/8e1f900c47f90bf6dc960097936087e1 to your computer and use it in GitHub Desktop.
ThrowTableExceptions
class TableException: public std::runtime_error
{
public:
TableException(): std::runtime_error("(╯°□°)╯︵ ┻━┻"){}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment