![]() |
Stan
2.10.0
probability, sampling & optimization
|
Exception type for JSON errors. More...
#include <json_error.hpp>
Public Member Functions | |
json_error (const std::string &what) | |
Construct a JSON error with the specified message. More... | |
Exception type for JSON errors.
Definition at line 14 of file json_error.hpp.
|
inlineexplicit |
Construct a JSON error with the specified message.
what | Message to attach to error |
Definition at line 19 of file json_error.hpp.