Exception: Undead::PhantomJSFailed
- Defined in:
- lib/undead/errors.rb
Class Method Summary collapse
Class Method Details
.===(other) ⇒ Object
176 177 178 179 180 181 182 183 184 185 |
# File 'lib/undead/errors.rb', line 176 def self.===(other) if Cliver::Dependency::NotMet === other warn "#{name} exception has been deprecated in favor of using the " + "cliver gem for command-line dependency detection. Please " + "handle Cliver::Dependency::NotMet instead." true else super end end |