|
fiber
|
The base class for exceptions in fiber
More...
#include <Exceptions.hpp>
Public Member Functions | |
| Exception () | |
| Exception (const char *what) | |
| constexpr const char * | type () const noexcept |
| const char * | what () const noexcept final |
| virtual void | print (fiber::OStream &stream) const |
Protected Member Functions | |
| Exception (const char *type, const char *what) | |
| Constructor for classes that derive from Exception. | |
The base class for exceptions in fiber
| fiber::Exception::Exception | ( | ) |
|
inlineexplicit |
|
inlineprotected |
Constructor for classes that derive from Exception.
| type | Name for the type of exception |
| what | Message of the exception |
|
virtual |
|
inlineconstexprnoexcept |
|
finalnoexcept |