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