1 #ifndef CPPGRAM_EXCEPTIONS_HPP 2 #define CPPGRAM_EXCEPTIONS_HPP 16 virtual const char *what()
const throw() {
return "Thread could not started correctly"; }
27 virtual const char *what()
const throw() {
return "Error while parsing JSON document"; }
38 virtual const char *what()
const throw() {
return "Inline keyboard contains not valid data"; }
raises if Keyboard is not valid (critical).
Definition: exception.hpp:35
If jsoncpp can't parse the JSON document (critical).
Definition: exception.hpp:24
main namespace for Cppgram
raises if thread could not start (fatal).
Definition: exception.hpp:13