Exception: Liri::InxiCommandNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Liri::InxiCommandNotFoundError
- Defined in:
- lib/liri.rb
Instance Method Summary collapse
-
#initialize ⇒ InxiCommandNotFoundError
constructor
A new instance of InxiCommandNotFoundError.
Constructor Details
#initialize ⇒ InxiCommandNotFoundError
Returns a new instance of InxiCommandNotFoundError.
123 124 125 126 |
# File 'lib/liri.rb', line 123 def initialize msg = "Inxi command not found" super(msg) end |