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