diff --git a/src/exception.h b/src/exception.h index 0157915..47d9c78 100644 --- a/src/exception.h +++ b/src/exception.h @@ -47,7 +47,6 @@ struct Exception Type type; std::string msg; - Exception(Type type, const char *format, ...) : type(type) {