File "Div0Exception.php"

Full path: /home/fsibplc/public_html/fsib/accountOpening-v2/vendor/markbaker/matrix/classes/src/Div0Exception.php
File size: 242 B (242 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 Div0Exception extends Exception
{
}