Exception: Seatbelt::Errors::ObjectDoesNotExistError
- Inherits:
-
StandardError
- Object
- StandardError
- Seatbelt::Errors::ObjectDoesNotExistError
- Defined in:
- lib/seatbelt/errors/errors.rb
Overview
Public: Will be raised if an object is tried to call that does not exist at runtime.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
117 118 119 |
# File 'lib/seatbelt/errors/errors.rb', line 117 def "The object you called does not exist." end |