Base class for logic exceptions from the logging library. More...
#include <exceptions.hpp>


Protected Member Functions | |
| logic_error (std::string const &descr) | |
| Initializing constructor.  More... | |
| ~logic_error () throw () | |
| Destructor.  More... | |
Base class for logic exceptions from the logging library.
Exceptions derived from this class usually indicate errors on the user's side, such as incorrect library usage.
      
  | 
  explicitprotected | 
Initializing constructor.
Creates an exception with the specified error message.
      
  | 
  protected | |||||||||||||
Destructor.