2020-10-28 20:21:44 +00:00
|
|
|
<?php
|
|
|
|
# Date: 28.10.2020 (17:41)
|
|
|
|
|
|
|
|
namespace Exceptions;
|
2022-12-16 23:20:43 +00:00
|
|
|
|
2021-01-28 21:05:34 +00:00
|
|
|
use Exception;
|
2020-10-28 20:21:44 +00:00
|
|
|
|
2022-12-16 23:20:43 +00:00
|
|
|
class GameException extends Exception //custom exception
|
|
|
|
{}
|