fm.exceptions module

Core fm Errors.

exception fm.exceptions.APICallError(value=None)[source]

Bases: fm.exceptions.Error

exception fm.exceptions.ConfigFileError(value=None)[source]

Bases: fm.exceptions.Error

exception fm.exceptions.DependencyError(value=None)[source]

Bases: fm.exceptions.Error

exception fm.exceptions.Error(value=None)[source]

Bases: exceptions.Exception

Base Error. All other Errors thrown by fm should inherit from this.