bw2ui.errors

Exceptions

UnknownAction

Common base class for all non-exit exceptions.

UnknownDatabase

Common base class for all non-exit exceptions.

Module Contents

exception bw2ui.errors.UnknownAction[source]

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.

exception bw2ui.errors.UnknownDatabase[source]

Bases: Exception

Common base class for all non-exit exceptions.

Initialize self. See help(type(self)) for accurate signature.