1 #ifndef YOBAPERL_EXCEPTION_HPP 2 #define YOBAPERL_EXCEPTION_HPP 4 #include "yobaperl/common.hpp" 22 PerlException(
int perl_id, std::string info, std::string eval_sting =
"");
30 const std::string & getInfo()
const;
42 const std::string & getEvalString()
const;
48 int getPerlId()
const;
52 const char * what()
const noexcept;
56 std::string _eval_string;
64 #endif // YOBAPERL_EXCEPTION_HPP