Exception: Pusher::ConfigurationError

Inherits:
Error
  • Object
show all
Defined in:
lib/pusher.rb

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



21
22
23
# File 'lib/pusher.rb', line 21

def initialize(key)
  super "missing key `#{key}' in the client configuration"
end