Orcus
|
#include <exception.hpp>
Public Member Functions | |
interface_error (std::string msg) | |
![]() | |
general_error (std::string msg) | |
general_error (std::string_view cls, std::string_view msg) | |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
![]() | |
void | append_msg (const std::string &s) |
This gets thrown when a public interface method is expected to return a non-null pointer to another interface but actually returns a null pointer.