Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <exception.hpp>
Public Member Functions | |
LookupError (const std::string_view err) | |
LookupError (std::string_view type, std::string_view algo, std::string_view provider="") | |
eExceptionType | exceptionType () const noexcept override |
virtual int64_t | errorCode () const noexcept |
const char * | what () const noexcept override |
Protected Attributes | |
std::string | m_msg |
A request was made for some kind of object which could not be located
|
inlineexplicit |
iv::exception::LookupError::LookupError | ( | std::string_view | type, |
std::string_view | algo, | ||
std::string_view | provider = "" ) |
|
inlinenodiscardvirtualnoexceptinherited |
Reimplemented in iv::exception::SystemError.
|
inlinenodiscardoverridevirtualnoexcept |
Reimplemented from iv::exception::Exception.
|
inlinenodiscardoverridenoexceptinherited |
|
protectedinherited |