Exception: Lookbook::ConfigError

Inherits:
LookbookError show all
Defined in:
lib/lookbook/support/errors/config_error.rb

Instance Attribute Summary

Attributes inherited from LookbookError

#message, #original, #scope

Instance Method Summary collapse

Methods inherited from LookbookError

#full_message

Constructor Details

#initialize(msg = nil, scope: "config", **kwargs) ⇒ ConfigError

Returns a new instance of ConfigError.



3
4
5
# File 'lib/lookbook/support/errors/config_error.rb', line 3

def initialize(msg = nil, scope: "config", **kwargs)
  super(msg, scope: scope, **kwargs)
end