From 979325946b938be7cbe51f8c20c44e457107979f Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sun, 20 Nov 2016 21:05:01 +0100 Subject: Sugar and prelude extension --- error.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'error.cpp') diff --git a/error.cpp b/error.cpp index 2084319..151f4bc 100644 --- a/error.cpp +++ b/error.cpp @@ -11,3 +11,8 @@ TypeError::TypeError(const string &what_arg) :runtime_error(what_arg){} TypeError::TypeError(const char *what_arg) :runtime_error(what_arg){} + +FormError::FormError(const string &what_arg) + :runtime_error(what_arg){} +FormError::FormError(const char *what_arg) + :runtime_error(what_arg){} -- cgit v1.2.3-70-g09d2