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