#include <exception.hpp>
ProviderNotFound is thrown when a specific provider was requested but that provider is not available.
- Warning
- This exception type will be removed in the future. Instead, just catch LookupError.
◆ ProviderNotFound()
iv::exception::ProviderNotFound::ProviderNotFound |
( |
std::string_view | algo, |
|
|
std::string_view | provider ) |
|
inline |
◆ errorCode()
virtual int64_t iv::exception::Exception::errorCode |
( |
| ) |
const |
|
inlinenodiscardvirtualnoexceptinherited |
◆ exceptionType()
|
inlinenodiscardoverridevirtualnoexceptinherited |
◆ what()
const char * iv::exception::Exception::what |
( |
| ) |
const |
|
inlinenodiscardoverridenoexceptinherited |
◆ m_msg
std::string iv::exception::Exception::m_msg |
|
protectedinherited |
The documentation for this class was generated from the following file: