|
IRON dda37d5934b525fc5832d3d5e94037a8931956aa
|


Public Member Functions | |
| __init__ (self, cls, Tile current_tile, Tile new_tile) | |
Public Attributes | |
| message | |
Placeable objects may raise this error if one attempts to assign them to a Tile more than once.
Create an AlreadyPlacedError
Args:
cls (type): The class of the object that is already placed.
current_tile (Tile): The current placement tile.
new_tile (Tile): The placement tile given for the second attempt.
| iron.placeable.AlreadyPlacedError.message |