Exception: Contracts::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Contracts::Error
- Defined in:
- lib/contracts.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
14 |
# File 'lib/contracts.rb', line 14 def to_h = { error: self.class.name, message: } |