Exception: Esse::CLI::Error
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = nil, **message_attributes) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(msg = nil, **message_attributes) ⇒ Error
Returns a new instance of Error.
94 95 96 97 98 99 |
# File 'lib/esse/errors.rb', line 94 def initialize(msg = nil, **) if .any? msg = format(msg, **) end super(msg) end |