File "Exception.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php
File size: 380 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
/**
 * Base Exception
 *
 * @deprecated Use Exceptions\BasicException instead
 *
 * @author Matthias Mullie <[email protected]>
 */
namespace WP_Rocket\Dependencies\Minify;

/**
 * Base Exception Class
 * @deprecated Use Exceptions\BasicException instead
 *
 * @package Minify
 * @author Matthias Mullie <[email protected]>
 */
abstract class Exception extends \Exception
{
}