Skip to content

InvalidFlyTokenError

fastagency.studio.saas_app_generator.InvalidFlyTokenError #

InvalidFlyTokenError(message: str)

Bases: Exception

Exception raised when an error occurs while validating the Fly.io token.

Source code in fastagency/studio/saas_app_generator.py
def __init__(self, message: str):
    """Exception raised when an error occurs while validating the Fly.io token."""
    self.message = message
    super().__init__(self.message)

message instance-attribute #

message = message