pwncollege.errors — pwncollege API Client errors

exception pwncollege.errors.AuthenticationException[source]

An error authenticating to the API

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception pwncollege.errors.IncorrectArgumentException(reason: str)[source]

An incorrectly formatted argument was passed

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception pwncollege.errors.PwnException[source]

Base exception class for pwncollege

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception pwncollege.errors.ServerErrorException(message)[source]

A server error occured and an endpoint return a >500 status code

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.