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

new superclass SystemError for errors reported by

system/libc-functions. You wouldn't normally catch this :)

[[Imported from SVN: r948]]
parent 6b2b0c08
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,14 @@ namespace Dune {
*/
class RangeError : public Exception {};
/*! default exception class for OS errors
This class is thrown when a system-call is used and returns an
error.
*/
class SystemError : public Exception {};
} // end namespace
#endif
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