From 2c9c42143b41a9ee316bb2d2be26aae1c426a6b2 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 29 Mar 2017 15:49:47 +0200 Subject: Item exceptions now inherit "ExceptionHandler" to benefit from the "defaultHandler" method. --- core/namespace/Page/Exception.php | 2 +- core/namespace/Post/Exception.php | 2 +- core/namespace/User/Exception.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/namespace/Page/Exception.php b/core/namespace/Page/Exception.php index d4794b7..d3aa06a 100644 --- a/core/namespace/Page/Exception.php +++ b/core/namespace/Page/Exception.php @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/core/namespace/Post/Exception.php b/core/namespace/Post/Exception.php index 516ddbe..f752bf8 100644 --- a/core/namespace/Post/Exception.php +++ b/core/namespace/Post/Exception.php @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/core/namespace/User/Exception.php b/core/namespace/User/Exception.php index b5bcad0..be0a599 100644 --- a/core/namespace/User/Exception.php +++ b/core/namespace/User/Exception.php @@ -1,5 +1,5 @@ \ No newline at end of file -- cgit v1.2.3