mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-11-16 09:31:05 -05:00
15 lines
220 B
PHP
15 lines
220 B
PHP
|
<?php
|
||
|
|
||
|
namespace Lazer\Classes;
|
||
|
|
||
|
/**
|
||
|
* Exception extend
|
||
|
*
|
||
|
* @category Exceptions
|
||
|
* @author Grzegorz Kuźnik
|
||
|
* @copyright (c) 2013, Grzegorz Kuźnik
|
||
|
*/
|
||
|
class LazerException extends \Exception {
|
||
|
|
||
|
}
|