From 9ae185c18eb06e3ce7e2daea0c61e6f6478bdca9 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 25 Jul 2019 11:16:21 -0700 Subject: Remove dependency on Sass - Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier --- libs/minify/src/Exceptions/IOException.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 libs/minify/src/Exceptions/IOException.php (limited to 'libs/minify/src/Exceptions/IOException.php') diff --git a/libs/minify/src/Exceptions/IOException.php b/libs/minify/src/Exceptions/IOException.php new file mode 100755 index 00000000..b172eb48 --- /dev/null +++ b/libs/minify/src/Exceptions/IOException.php @@ -0,0 +1,21 @@ + + * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved + * @license MIT License + */ +namespace MatthiasMullie\Minify\Exceptions; + +/** + * IO Exception Class + * + * @package Minify\Exception + * @author Matthias Mullie + */ +class IOException extends BasicException +{ +} -- cgit v1.2.3