bi_etl.scheduler.exceptions module

Created on Apr 23, 2015

@author: Derek Wood

exception bi_etl.scheduler.exceptions.ParameterError[source]

Bases: Exception

__init__(*args, **kwargs)
add_note(note, /)

Add a note to the exception

args
with_traceback(tb, /)

Set self.__traceback__ to tb and return self.