Stan  2.10.0
probability, sampling & optimization
Public Member Functions | List of all members
stan::json::json_error Struct Reference

Exception type for JSON errors. More...

#include <json_error.hpp>

Inheritance diagram for stan::json::json_error:

Public Member Functions

 json_error (const std::string &what)
 Construct a JSON error with the specified message. More...
 

Detailed Description

Exception type for JSON errors.

Definition at line 14 of file json_error.hpp.

Constructor & Destructor Documentation

stan::json::json_error::json_error ( const std::string &  what)
inlineexplicit

Construct a JSON error with the specified message.

Parameters
whatMessage to attach to error

Definition at line 19 of file json_error.hpp.


The documentation for this struct was generated from the following file:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.