summaryrefslogtreecommitdiff
path: root/libs/minify/src/Exceptions/FileImportException.php
diff options
context:
space:
mode:
Diffstat (limited to 'libs/minify/src/Exceptions/FileImportException.php')
-rwxr-xr-xlibs/minify/src/Exceptions/FileImportException.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/minify/src/Exceptions/FileImportException.php b/libs/minify/src/Exceptions/FileImportException.php
new file mode 100755
index 00000000..912a2c90
--- /dev/null
+++ b/libs/minify/src/Exceptions/FileImportException.php
@@ -0,0 +1,21 @@
+<?php
+/**
+ * File Import Exception
+ *
+ * Please report bugs on https://github.com/matthiasmullie/minify/issues
+ *
+ * @author Matthias Mullie <minify@mullie.eu>
+ * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
+ * @license MIT License
+ */
+namespace MatthiasMullie\Minify\Exceptions;
+
+/**
+ * File Import Exception Class
+ *
+ * @package Minify\Exception
+ * @author Matthias Mullie <minify@mullie.eu>
+ */
+class FileImportException extends BasicException
+{
+}