| Exception | Description |
|---|---|
| ClassAlreadyLoadedException |
Exception raised when a class was loaded before mixins were able to be
applied.
|
| MixinException |
Base class for all mixin processor exceptions
|
| Error | Description |
|---|---|
| MixinApplyError |
Error to throw for required mixins when mixing of the mixin fails
|
| MixinError |
An internal error in mixin, not an invalid mixin or user state, but
something wrong in Mixin's state which isn't the user's fault
|
| MixinPrepareError |
Error to throw for required configs when initialising of the config fails
|