Exception: Undead::DeadClient
- Defined in:
- lib/undead/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ DeadClient
constructor
A new instance of DeadClient.
- #message ⇒ Object
Constructor Details
#initialize(message) ⇒ DeadClient
Returns a new instance of DeadClient.
153 154 155 |
# File 'lib/undead/errors.rb', line 153 def initialize() @message = end |
Instance Method Details
#message ⇒ Object
157 158 159 |
# File 'lib/undead/errors.rb', line 157 def "PhantomJS client died while processing #{@message}" end |