class FastbootException(Exception):
    pass


class DeviceNotFound(Exception):
    pass


class RepartitonError(Exception):
    pass