Exception: Cangrejo::LaunchTimeout

Inherits:
Error
  • Object
show all
Defined in:
lib/cangrejo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(_msg) ⇒ LaunchTimeout

Returns a new instance of LaunchTimeout.



8
9
10
# File 'lib/cangrejo/errors.rb', line 8

def initialize(_msg)
  super "Timed out trying to start crawler"
end