Exceptions

shopkit.core.exceptions

exception shopkit.core.exceptions.AlreadyConfirmedException(order)

Bases: exceptions.Exception

Exception raised when confirmation is attempted for an order which has already been confirmed.

exception shopkit.core.exceptions.ShopKitExceptionBase

Bases: exceptions.Exception

Base class for exception in django-shopkit.