Exception: Undead::DeadClient

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ DeadClient

Returns a new instance of DeadClient.



153
154
155
# File 'lib/undead/errors.rb', line 153

def initialize(message)
  @message = message
end

Instance Method Details

#messageObject



157
158
159
# File 'lib/undead/errors.rb', line 157

def message
  "PhantomJS client died while processing #{@message}"
end