<<

NAME

Koha::Exceptions::BackgroundJob - Base class for BackgroundJob exceptions

Exceptions

Koha::Exceptions::BackgroundJob

Generic BackgroundJob exception

Koha::Exceptions::BackgroundJob::InconsistentStatus

Exception to be used when an action on an BackgroundJob requires the job to be in an specific status, but it is not the case.

Koha::Exceptions::BackgroundJob::StepOutOfBounds

Exception to be used when the it is tried to advance one step in progress, but the job size limit as been reached already.

<<