????

Your IP : 18.223.23.30


Current Path : /proc/self/root/proc/thread-self/cwd/wp-content/plugins/speedycache/lib/Minify/
Upload File :
Current File : //proc/self/root/proc/thread-self/cwd/wp-content/plugins/speedycache/lib/Minify/Exception.php

<?php

/**
 * Base Exception.
 *
 * @deprecated Use Exceptions\BasicException instead
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */

namespace SpeedyCache\lib\Minify;

/**
 * Base Exception Class.
 *
 * @deprecated Use Exceptions\BasicException instead
 *
 * @author Matthias Mullie <minify@mullie.eu>
 */
abstract class Exception extends \Exception
{
}