mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 09:35:19 +00:00
13 lines
196 B
PHP
13 lines
196 B
PHP
<?php
|
|
|
|
namespace MatthiasMullie\Minify\Exceptions;
|
|
|
|
use MatthiasMullie\Minify\Exception;
|
|
|
|
/**
|
|
* @author Matthias Mullie <minify@mullie.eu>
|
|
*/
|
|
abstract class BasicException extends Exception
|
|
{
|
|
}
|