some-dungeon-game/class_placeoccupiedexception.php

7 lines
67 B
PHP
Raw Permalink Normal View History

2021-03-18 19:58:26 +00:00
<?php
class PlaceOccupiedException extends PlaceException
{
}