Exception: FailedToSpawnTor
- Inherits:
-
StandardError
- Object
- StandardError
- FailedToSpawnTor
- Defined in:
- lib/hopi/execeptions.rb
Overview
Tor executable is missing error
Instance Method Summary collapse
-
#initialize(msg) ⇒ FailedToSpawnTor
constructor
A new instance of FailedToSpawnTor.
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 |