j/except: remove useless inherited constructor

This commit is contained in:
Danny Robson 2016-04-27 16:12:45 +10:00
parent df9d0ce432
commit eb1b042e06

View File

@ -36,8 +36,6 @@ namespace json {
/// Base class for errors thrown during parsing
struct parse_error : public error {
using error::error;
explicit parse_error (const std::string &_what, size_t _line = 0);
const char* what (void) const noexcept override;