Exception: WhoCan::DelayMustBeSetError

Inherits:
WhoCanError
  • Object
show all
Defined in:
lib/who_can.rb

Instance Method Summary collapse

Constructor Details

#initializeDelayMustBeSetError

Returns a new instance of DelayMustBeSetError.



45
46
47
# File 'lib/who_can.rb', line 45

def initialize
  super("delay must be set for on_ping Response object")
end