Exception: Shrimp::NoExecutableError
- Inherits:
-
StandardError
- Object
- StandardError
- Shrimp::NoExecutableError
- Defined in:
- lib/shrimp/phantom.rb
Instance Method Summary collapse
-
#initialize ⇒ NoExecutableError
constructor
A new instance of NoExecutableError.
Constructor Details
#initialize ⇒ NoExecutableError
Returns a new instance of NoExecutableError.
7 8 9 10 11 |
# File 'lib/shrimp/phantom.rb', line 7 def initialize msg = "No phantomjs executable found at #{Shrimp.configuration.phantomjs}\n" msg << ">> Please install phantomjs - http://phantomjs.org/download.html" super(msg) end |