for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Base Exception
*
* @deprecated Use Exceptions\BasicException instead
* @author Matthias Mullie <[email protected]>
*/
namespace MatthiasMullie\Minify;
* Base Exception Class
* @package Minify
abstract class Exception extends \Exception
{
}