Exception: Seatbelt::Errors::SynthesizeableAttributesNotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::SynthesizeableAttributesNotImplementedError
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised if a synthseizer did not implement the synthesizable_attributes method.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
109 110 111 |
# File 'lib/seatbelt/errors/errors.rb', line 109 def "Your synthesizer has to implement #synthesizable_attributes." end |