45   virtual const char* 
what() 
const throw() { 
return message_.c_str(); }
 
Base class for all BadgerDB-specific exceptions. 
 
virtual ~BadgerDbException()
 
virtual const std::string & message() const 
 
BadgerDbException(const std::string &msg)
 
friend std::ostream & operator<<(std::ostream &out, const BadgerDbException &exception)
 
virtual const char * what() const