File "Exception.php"

Full path: /home/fsibplc/public_html/admin/remittance/vendor/markbaker/complex/classes/src/Exception.php
File size: 241 B (241 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?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
{
}