Exception: EnfCli::ERROR

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

Overview

EnfCli error

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Cli Error") ⇒ ERROR

Returns a new instance of ERROR.



154
155
156
# File 'lib/enfcli.rb', line 154

def initialize(msg = "Cli Error")
  super
end