Sha256: 0fdaca5819ae825d74da2ed7dc825b4f8c298c9cc7f6d6faa2b338c906e7c91d
Contents?: true
Size: 160 Bytes
Versions: 24
Compression:
Stored size: 160 Bytes
Contents
module Lookbook class ConfigError < Error def initialize(msg = nil, scope: "config", **kwargs) super(msg, scope: scope, **kwargs) end end end
Version data entries
24 entries across 24 versions & 1 rubygems