Exception: Wiq::ConfigError

Inherits:
Error
  • Object
show all
Defined in:
lib/wiq/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#code, #details, #exit_code, #hint

Instance Method Summary collapse

Constructor Details

#initialize(message, code: "config_error", **opts) ⇒ ConfigError

Returns a new instance of ConfigError.



17
18
19
# File 'lib/wiq/errors.rb', line 17

def initialize(message, code: "config_error", **opts)
  super(message, code: code, **opts)
end