19 #ifndef SEXPR_EXCEPTION_H_
20 #define SEXPR_EXCEPTION_H_
31 const char* what()
const noexcept
override {
return msg.c_str(); }
41 const char* what()
const noexcept
override {
return msg.c_str(); }
Definition: sexpr_exception.h:38
Definition: sexpr_exception.h:28