Exception: Seatbelt::Errors::MissingMetaMethodName

Inherits:
StandardError
  • Object
show all
Defined in:
lib/seatbelt/errors/errors.rb

Overview

Public: Will be raised within Seatbelt::Pool::Api#api_method if no meta method name is passed.

Instance Method Summary collapse

Instance Method Details

#messageObject



18
19
20
# File 'lib/seatbelt/errors/errors.rb', line 18

def message
  "You have to specifiy a meta-method name!"
end