Files
game-and-watch-patch/patches/exception.py

15 lines
355 B
Python

class MissingSymbolError(Exception):
""""""
class InvalidStockRomError(Exception):
"""The provided stock ROM did not contain the expected data."""
class InvalidPatchError(Exception):
""""""
class ParsingError(Exception):
""""""
class NotEnoughSpaceError(Exception):
""" Not enough storage space in dst to perform the operation."""