Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
/**
4
 * Exception.
5
 *
6
 * @copyright  Copyright (c) 2013-2018 Mark Baker (https://github.com/MarkBaker/PHPMatrix)
7
 * @license    https://opensource.org/licenses/MIT    MIT
8
 */
9
namespace Matrix;
10
 
11
class Div0Exception extends Exception
12
{
13
}