IRON
1.0
|
Public Member Functions | |
def | __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: current_tile (Tile): The current placement tile new_tile (Tile): The placement tile given for the second attempt to place the object.
iron.placeable.AlreadyPlacedError.message |