Class KeyNotPresentError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public jwt::DecodeError
(Class DecodeError)
Class Documentation
-
class KeyNotPresentError : public jwt::DecodeError
A derived decode error for Key argument not present error. Only thrown if the algorithm set is not NONE.
Public Functions
-
inline KeyNotPresentError(std::string msg)
-
inline KeyNotPresentError(std::string msg)