Skip to content
Snippets Groups Projects
Commit 71cf0bd3 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

new default exception NotImplemented

[[Imported from SVN: r1104]]
parent 6742cd70
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,15 @@ namespace Dune {
*/
class RangeError : public Exception {};
/*! default exception for dummy implementations
This exception can be used for functions/methods
- that have to be implemented but should never be called
- that are missing
*/
class NotImplemented : public Exception {};
/*! default exception class for OS errors
This class is thrown when a system-call is used and returns an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment