diff options
| author | Delapouite <delapouite@gmail.com> | 2018-04-06 16:56:53 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2018-04-06 16:56:53 +0200 |
| commit | cb02186c77e307922a92176893d8a323641dacaf (patch) | |
| tree | 5e363e2adf794ff74fc00a96d4d01abff950b540 /src/json_ui.cc | |
| parent | 4ff0c58518228ab114bf1167c14dadc6ee2212c3 (diff) | |
Make error messages more consistent
Diffstat (limited to 'src/json_ui.cc')
| -rw-r--r-- | src/json_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc index c930d6ef..322085ac 100644 --- a/src/json_ui.cc +++ b/src/json_ui.cc @@ -356,7 +356,7 @@ parse_json(const char* pos, const char* end) throw runtime_error("unable to parse object, expected ',' or '}'"); } } - throw runtime_error("Could not parse json"); + throw runtime_error("unable to parse json"); } std::tuple<Value, const char*> |
