ndn::security::pib::PibImpl::Error Class Reference

represents a non-semantic error More...

#include <pib-impl.hpp>

+ Inheritance diagram for ndn::security::pib::PibImpl::Error:
+ Collaboration diagram for ndn::security::pib::PibImpl::Error:

Public Member Functions

 Error (const std::string &what)
 

Detailed Description

represents a non-semantic error

A subclass of PibImpl may throw a subclass of this type when there's a non-semantic error, such as a storage problem.

Definition at line 48 of file pib-impl.hpp.

Constructor & Destructor Documentation

ndn::security::pib::PibImpl::Error::Error ( const std::string &  what)
inlineexplicit

Definition at line 52 of file pib-impl.hpp.