Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 399
Zeile 4... Zeile 4...
4
 
4
 
Zeile 5... Zeile 5...
5
namespace Brick\Math\Exception;
5
namespace Brick\Math\Exception;
6
 
6
 
7
/**
-
 
8
 * Base class for all math exceptions.
-
 
9
 *
7
/**
10
 * This class is abstract to ensure that only fine-grained exceptions are thrown throughout the code.
8
 * Base class for all math exceptions.
11
 */
9
 */
12
class MathException extends \RuntimeException
10
class MathException extends \Exception