Exception: Liri::InxiCommandNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeInxiCommandNotFoundError

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