![]() |
Dripline-Cpp
v2.4.2
Dripline Implementation in C++
|
Dripline-specific errors. More...
#include <dripline_exceptions.hh>
Public Member Functions | |
dripline_error ()=default | |
dripline_error (const dripline_error &)=default | |
virtual | ~dripline_error () noexcept=default |
Dripline-specific errors.
This is meant to be thrown for Dripline-specific errors.
It should be used in the manner of any typical C++ exception, whenever the current function doesn't know how to handle a problem it encounters.
Definition at line 30 of file dripline_exceptions.hh.
|
default |
|
default |
|
virtualdefaultnoexcept |