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.3.4 lib/lookbook/support/errors/template_error.rb
lookbook-2.3.3 lib/lookbook/support/errors/template_error.rb
lookbook-2.3.2 lib/lookbook/support/errors/template_error.rb
lookbook-2.3.0 lib/lookbook/support/errors/template_error.rb
lookbook-2.2.2 lib/lookbook/support/errors/template_error.rb
lookbook-2.2.1 lib/lookbook/support/errors/template_error.rb
lookbook-2.2.0 lib/lookbook/support/errors/template_error.rb
lookbook-2.1.1 lib/lookbook/support/errors/template_error.rb
lookbook-2.1.0 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.5 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.4 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.3 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.2 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.1 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.rc.3 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.rc.2 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.rc.1 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.beta.9 lib/lookbook/support/errors/template_error.rb
lookbook-2.0.0.beta.8 lib/lookbook/support/errors/template_error.rb