Exception: ServicePattern::FailedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ServicePattern::FailedError
- Defined in:
- lib/service_pattern/failed_error.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
2 3 4 |
# File 'lib/service_pattern/failed_error.rb', line 2 def errors @errors end |