irccd
3.0.3
|
Syntax error in the script. More...
#include <duk.hpp>
Public Member Functions | |
syntax_error (std::string message) noexcept | |
![]() | |
error (std::string message) noexcept | |
~error ()=default | |
void | create (duk_context *ctx) const |
Additional Inherited Members | |
![]() | |
error (int type, std::string message) noexcept | |
Syntax error in the script.
|
noexcept |
Construct an SyntaxError.
message | the message |