From 04f7a8ed11f4cf93afe93d03759990a6c670b321 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 23 Oct 2018 13:30:45 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9tag=E4=BD=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Common/je_exception.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libjin/Common/je_exception.h') diff --git a/src/libjin/Common/je_exception.h b/src/libjin/Common/je_exception.h index 7c66af8..19fdedb 100644 --- a/src/libjin/Common/je_exception.h +++ b/src/libjin/Common/je_exception.h @@ -9,10 +9,10 @@ namespace JinEngine /// /// Built-in exception class. /// - class JinException : public std::exception + class Exception : public std::exception { public: - JinException(); + Exception(); const char* what() const throw(); }; -- cgit v1.1-26-g67d0