From 3ba8b70bd183de06138745ef1a24d7a93097d587 Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Fri, 13 Apr 2018 18:07:12 +0200 Subject: added minifying support -- needs optimization though --- .../minify/src/Exceptions/BasicException.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 assets/php/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php (limited to 'assets/php/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php') diff --git a/assets/php/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php b/assets/php/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php new file mode 100644 index 0000000..af5e81b --- /dev/null +++ b/assets/php/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php @@ -0,0 +1,23 @@ + + * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved + * @license MIT License + */ +namespace MatthiasMullie\Minify\Exceptions; + +use MatthiasMullie\Minify\Exception; + +/** + * Basic Exception Class + * + * @package Minify\Exception + * @author Matthias Mullie + */ +abstract class BasicException extends Exception +{ +} -- cgit v1.2.3