Кастомный пустой обработчик ошибок.

This commit is contained in:
lopar 2020-10-28 22:21:44 +02:00
parent d38d62c5b5
commit dc145f089c
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
# Date: 28.10.2020 (17:41)
namespace Exceptions;
class GameException extends \Exception
{
}