Exception: Synthra::Errors::MixinError

Inherits:
Error
  • Object
show all
Defined in:
lib/synthra/errors.rb

Overview

Raised when a schema references an unknown mixin. Was referenced in mixin.rb but never defined, so the unknown-mixin path raised NameError instead of this clean error.

Constant Summary collapse

ERROR_CODE =
"MIXIN_ERROR"