Exceptions

Exceptions raised by django-projector.

All internal error classes should extend from one of those exceptions.

ProjectorError should always be top-level exception class.

Return to Core.

ProjectorError

class projector.core.exceptions.ProjectorError

Main django-projector exception.

ConfigAlreadyExist

class projector.core.exceptions.ConfigAlreadyExist

ForkError

class projector.core.exceptions.ForkError

Table Of Contents

Previous topic

Controllers

Next topic

Forms

This Page