class Pusher::ConfigurationError
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/pusher.rb, line 21 def initialize(key) super "missing key `#{key}' in the client configuration" end