summaryrefslogtreecommitdiff
path: root/plugins/Customizer/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php
blob: af5e81bc0842f5db7249fab9b8955a6455c1b48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * Basic exception
 *
 * Please report bugs on https://github.com/matthiasmullie/minify/issues
 *
 * @author Matthias Mullie <minify@mullie.eu>
 * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
 * @license MIT License
 */
namespace MatthiasMullie\Minify\Exceptions;

use MatthiasMullie\Minify\Exception;

/**
 * Basic Exception Class
 *
 * @package Minify\Exception
 * @author Matthias Mullie <minify@mullie.eu>
 */
abstract class BasicException extends Exception
{
}