summaryrefslogtreecommitdiffstats
path: root/vendor/markbaker/complex/classes/src/Exception.php
blob: 14dd54547d044401904da78b96775228c218e75b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * Exception.
 *
 * @copyright  Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPComplex)
 * @license    https://opensource.org/licenses/MIT    MIT
 */
namespace Complex;

class Exception extends \Exception
{
}