pyrobale.exceptions.commonΒΆ

ExceptionsΒΆ

PyroBaleException

Common base class for all non-exit exceptions.

InvalidTokenException

Common base class for all non-exit exceptions.

NotFoundException

Common base class for all non-exit exceptions.

ForbiddenException

Common base class for all non-exit exceptions.

InternalServerException

Common base class for all non-exit exceptions.

Module ContentsΒΆ

exception pyrobale.exceptions.common.PyroBaleException[source]ΒΆ

Bases: Exception

Common base class for all non-exit exceptions.

exception pyrobale.exceptions.common.InvalidTokenException[source]ΒΆ

Bases: PyroBaleException

Common base class for all non-exit exceptions.

exception pyrobale.exceptions.common.NotFoundException[source]ΒΆ

Bases: PyroBaleException

Common base class for all non-exit exceptions.

exception pyrobale.exceptions.common.ForbiddenException[source]ΒΆ

Bases: PyroBaleException

Common base class for all non-exit exceptions.

exception pyrobale.exceptions.common.InternalServerException[source]ΒΆ

Bases: PyroBaleException

Common base class for all non-exit exceptions.