34 #ifndef CARTOBASE_EXCEPTION_ERRNO_H 
   35 #define CARTOBASE_EXCEPTION_ERRNO_H 
   86     int thrown_errno() const;
 
  111     static std::
string init();
 
  121     const 
int _errno_err;
 
System exceptions memorize the value of errno.
errno_error()
Memorize the value of "errno" when thrown.