Created
September 19, 2017 15:06
-
-
Save v3c70r/8e1f900c47f90bf6dc960097936087e1 to your computer and use it in GitHub Desktop.
ThrowTableExceptions
This file contains hidden or 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
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