diff --git a/core/lib/Thelia/Exception/FileNotFoundException.php b/core/lib/Thelia/Exception/FileNotFoundException.php new file mode 100644 index 000000000..ceb27f5de --- /dev/null +++ b/core/lib/Thelia/Exception/FileNotFoundException.php @@ -0,0 +1,23 @@ + + */ +class FileNotFoundException extends \Exception +{ + +} \ No newline at end of file diff --git a/core/lib/Thelia/Exception/FileNotReadableException.php b/core/lib/Thelia/Exception/FileNotReadableException.php new file mode 100644 index 000000000..e88aa6441 --- /dev/null +++ b/core/lib/Thelia/Exception/FileNotReadableException.php @@ -0,0 +1,23 @@ + + */ +class FileNotReadableException extends \Exception +{ + +} \ No newline at end of file diff --git a/core/lib/Thelia/Exception/HttpUrlException.php b/core/lib/Thelia/Exception/HttpUrlException.php new file mode 100644 index 000000000..18088a474 --- /dev/null +++ b/core/lib/Thelia/Exception/HttpUrlException.php @@ -0,0 +1,23 @@ + + */ +class HttpUrlException extends \Exception +{ + +} \ No newline at end of file