* Attempt to parse JSON was unsuccessful */
| 2721 | * Attempt to parse JSON was unsuccessful |
| 2722 | */ |
| 2723 | struct invalid_json_exception : public std::runtime_error { |
| 2724 | invalid_json_exception() : runtime_error("invalid json") {} |
| 2725 | }; |
| 2726 | /** |
| 2727 | * Attempt to access claim was unsuccessful |
| 2728 | */ |
no outgoing calls
no test coverage detected