summaryrefslogblamecommitdiffstats
path: root/vendor/markbaker/matrix/classes/src/Div0Exception.php
blob: 4cb51d6f4fa2f8098d6f4be2b243df6de7590413 (plain) (tree)
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/PHPMatrix)
 * @license    https://opensource.org/licenses/MIT    MIT
 */
namespace Matrix;

class Div0Exception extends Exception
{
}