• File: Exception.php
  • Full Path: /home/blwgracecity/jesusexp.org/wp-content/plugins/speedycache/lib/Minify/Exception.php
  • File size: 361 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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
{
}