#include <sol.hpp>
Public Member Functions | |
error (const std::string &str) | |
error (std::string &&str) | |
error (detail::direct_error_tag, const std::string &str) | |
error (detail::direct_error_tag, std::string &&str) | |
error (const error &e)=default | |
error (error &&e)=default | |
error & | operator= (const error &e)=default |
error & | operator= (error &&e)=default |
virtual const char * | what () const noexceptoverride |
Private Attributes | |
std::string | what_reason |
|
inline |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
inlineoverridevirtualnoexcept |
|
private |