Exception: BBServices::ServiceHashTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bbservices/service.rb

Overview

Error thrown when a Hash type isn’t given

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/bbservices/service.rb', line 9

def message
  'Params need to be a Hash'
end