Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Emmanuel Hebrard
SchedCL
Commits
c8b2c34d
Commit
c8b2c34d
authored
Oct 14, 2021
by
ehebrard
Browse files
valgrind
parent
74768a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/header/Failure.hpp
0 → 100755
View file @
c8b2c34d
// #include <iostream>
#include
<exception>
#ifndef __FAILURE_HPP
#define __FAILURE_HPP
namespace
schedcl
{
/**********************************************
* Failure
**********************************************/
class
Failure
:
public
std
::
exception
{
virtual
const
char
*
what
()
const
throw
()
{
return
"Inconsistency detected"
;
}
};
}
#endif // __FAILURE_HPP
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment