velociraptor.exceptions module

Manually defined exceptions.

exception velociraptor.exceptions.RegistrationDoesNotMatchError(message='')[source]

Bases: Exception

Raised when our registration function does not match the current variable name passed to it.

exception velociraptor.exceptions.AutoPlotterError(message)[source]

Bases: Exception

exception velociraptor.exceptions.ObservationalDataError(message)[source]

Bases: Exception