Code smell.

This commit is contained in:
Ivor Barhansky
2022-12-17 01:20:43 +02:00
parent b1f578f4b0
commit 0398425205
45 changed files with 875 additions and 851 deletions

View File

@@ -2,6 +2,8 @@
# Date: 28.10.2020 (17:41)
namespace Exceptions;
use Exception;
class GameException extends Exception { }
class GameException extends Exception //custom exception
{}