File "Exception.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src/Exception.php
File size: 359 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Base Exception.
*
* @deprecated Use Exceptions\BasicException instead
*
* @author Matthias Mullie <[email protected]>
*/
namespace MatthiasMullie\Minify;
/**
* Base Exception Class.
*
* @deprecated Use Exceptions\BasicException instead
*
* @author Matthias Mullie <[email protected]>
*/
abstract class Exception extends \Exception {}