An error that has an OS-specific description. More...
#include <exceptions.h>
 
  
 | Public Member Functions | |
| OSError (const std::string &message, const std::string &description) | |
| OSError (const OSError &) | |
| virtual const std::string & | message () const | 
| virtual const std::string & | description () const | 
| const char * | what () const noexcept | 
| virtual void | PrettyPrint (Bytestream &, size_t indent=0) const | 
| Print a human-readable representation to an output stream and return that output stream. | |
|  Public Member Functions inherited from fabrique::Printable | |
| Printable (const Printable &) | |
| Printable & | operator= (const Printable &) | 
| virtual std::string | str () const | 
An error that has an OS-specific description.
Definition at line 68 of file exceptions.h.