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.



165
166
167
# File 'lib/enfcli.rb', line 165

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