Skip to main content

errors

RathException Objects

class RathException(Exception)

RathException is the base exception for all Rath errors.

NotConnectedError Objects

class NotConnectedError(RathException)

NotConnectedError is raised when the Rath is not connected and autoload is set to false.

NotEnteredError Objects

class NotEnteredError(RathException)

NotEnteredError is raised when the Rath is not entered and access to protected methods is attempted.