ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Div0Exception.php
Go to the documentation of this file.
1 <?php
2 
9 namespace Matrix;
10 
11 class Div0Exception extends Exception
12 {
13 }
Class for the creating "special" Matrices.
Definition: Builder.php:11