Exception: Cangrejo::Support::Launcher::LaunchTimeout
- Defined in:
- lib/cangrejo/support/launcher.rb
Instance Method Summary collapse
-
#initialize(_msg) ⇒ LaunchTimeout
constructor
A new instance of LaunchTimeout.
Constructor Details
#initialize(_msg) ⇒ LaunchTimeout
Returns a new instance of LaunchTimeout.
8 9 10 |
# File 'lib/cangrejo/support/launcher.rb', line 8 def initialize(_msg) super "Timed out trying to start crawler" end |