From 272bb16b2d434090008d0759e10ff28bab96cb51 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 28 Oct 2014 07:40:36 +0100 Subject: catch rendering exceptions --- lib/converter/exception.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lib/converter/exception.php (limited to 'lib/converter/exception.php') diff --git a/lib/converter/exception.php b/lib/converter/exception.php new file mode 100644 index 0000000..ef236a6 --- /dev/null +++ b/lib/converter/exception.php @@ -0,0 +1,30 @@ + + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/grauphel.htm + */ +namespace OCA\Grauphel\Converter; + +/** + * Something went wrong during conversion + * + * @category Tools + * @package Grauphel + * @author Christian Weiske + * @copyright 2014 Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @version Release: @package_version@ + * @link http://cweiske.de/grauphel.htm + */ +class Exception extends \Exception +{ +} +?> -- cgit v1.2.3