Exception: RMeetup::Error::InvalidRequestTypeError
- Inherits:
-
StandardError
- Object
- StandardError
- RMeetup::Error::InvalidRequestTypeError
- Defined in:
- lib/rmeetup/errors.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ InvalidRequestTypeError
constructor
A new instance of InvalidRequestTypeError.
Constructor Details
#initialize(type) ⇒ InvalidRequestTypeError
Returns a new instance of InvalidRequestTypeError.
10 11 12 |
# File 'lib/rmeetup/errors.rb', line 10 def initialize(type) super "Fetch type '#{type}' not a valid." end |