helib::LogicError Class Reference
Inherits from Exception and std::logic_error. More...
#include <exceptions.h>
Inheritance diagram for helib::LogicError:

Public Member Functions | |
LogicError (const std::string &what_arg) | |
LogicError (const char *what_arg) | |
virtual | ~LogicError () |
virtual const char * | what () const noexcept override |
![]() | |
virtual | ~Exception ()=default |
Additional Inherited Members | |
![]() | |
Exception ()=default | |
Detailed Description
Inherits from Exception and std::logic_error.
Constructor & Destructor Documentation
◆ LogicError() [1/2]
|
inlineexplicit |
◆ LogicError() [2/2]
|
inlineexplicit |
◆ ~LogicError()
|
inlinevirtual |
Member Function Documentation
◆ what()
|
inlineoverridevirtualnoexcept |
Implements helib::Exception.