class Seatbelt::Errors::ObjectDoesNotExistError
Public: Will be raised if an object is tried to call that does not exist at runtime.
Public Instance Methods
message()
click to toggle source
# File lib/seatbelt/errors/errors.rb, line 117 def message "The object you called does not exist." end