mirror of
https://github.com/pierre42100/comunic
synced 2025-06-23 02:25:18 +00:00
First commit
This commit is contained in:
12
developer/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php
vendored
Normal file
12
developer/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace MatthiasMullie\Minify\Exceptions;
|
||||
|
||||
use MatthiasMullie\Minify\Exception;
|
||||
|
||||
/**
|
||||
* @author Matthias Mullie <minify@mullie.eu>
|
||||
*/
|
||||
abstract class BasicException extends Exception
|
||||
{
|
||||
}
|
10
developer/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php
vendored
Normal file
10
developer/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace MatthiasMullie\Minify\Exceptions;
|
||||
|
||||
/**
|
||||
* @author Matthias Mullie <minify@mullie.eu>
|
||||
*/
|
||||
class FileImportException extends BasicException
|
||||
{
|
||||
}
|
10
developer/vendor/matthiasmullie/minify/src/Exceptions/IOException.php
vendored
Normal file
10
developer/vendor/matthiasmullie/minify/src/Exceptions/IOException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace MatthiasMullie\Minify\Exceptions;
|
||||
|
||||
/**
|
||||
* @author Matthias Mullie <minify@mullie.eu>
|
||||
*/
|
||||
class IOException extends BasicException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user