Sha256: ede75ca3f774aca4b101bef340b12f4e101fb766b89c6b24f2267eb86827489d

Contents?: true

Size: 164 Bytes

Versions: 24

Compression:

Stored size: 164 Bytes

Contents

module Lookbook
  class TemplateError < Error
    def initialize(msg = nil, scope: "template", **kwargs)
      super(msg, scope: scope, **kwargs)
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
lookbook-2.0.0.beta.7 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.beta.6 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.beta.5 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.beta.4 lib/lookbook/support/errors/template_error.rb