Exception: FailedToSpawnTor

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hopi/execeptions.rb

Overview

Tor executable is missing error

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ FailedToSpawnTor

Returns a new instance of FailedToSpawnTor.



4
5
6
# File 'lib/hopi/execeptions.rb', line 4

def initialize msg
  super "😔 #{msg}"
end