mirror of
https://github.com/pierre42100/comunic
synced 2025-07-14 22:08: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
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user