File "Exception.php"
Full path: /home/fsibplc/public_html/admin/remittance/vendor/markbaker/matrix/classes/src/Exception.php
File
size: 239 B (239 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/PHPMatrix)
* @license https://opensource.org/licenses/MIT MIT
*/
namespace Matrix;
class Exception extends \Exception
{
}