Exceptions¶
Auto-generated documentation for musicalgestures._exceptions module.
Typed exception hierarchy for MGT-python.
- Mgt-python / Modules / Musicalgestures / Exceptions
All library-specific errors inherit from class MgError so that callers
can catch any toolbox error with a single except MgError.
MgDependencyError¶
Raised when an optional dependency is not installed.
See also¶
MgError¶
Base class for all MGT-python exceptions.
MgIOError¶
Raised for file I/O failures (missing files, permission errors, etc.).
See also¶
MgInputError¶
Raised when a user-supplied argument is invalid.
See also¶
MgProcessingError¶
Raised when a processing step fails unexpectedly.