Exception: Synthra::Errors::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Synthra::Errors::Error
- Defined in:
- lib/synthra/errors.rb
Overview
Base error class for all Synthra errors
All Synthra errors inherit from this class, allowing you to catch all gem-related errors with a single rescue clause.
Direct Known Subclasses
GenerationError, MixinError, ParseError, ResourceLimitError, SecurityError, SimulatedBehaviorError
Constant Summary collapse
- ERROR_CODE =
Machine-readable error code for programmatic error handling
"SYNTHRA_ERROR"