mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 11:52:53 +01:00
12 lines
162 B
PHP
12 lines
162 B
PHP
<?php
|
|
namespace MatthiasMullie\Minify;
|
|
|
|
/**
|
|
* Minify Exception class
|
|
*
|
|
* @author Matthias Mullie <minify@mullie.eu>
|
|
*/
|
|
class Exception extends \Exception
|
|
{
|
|
}
|