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