Sha256: 697617f28858575a5ad83aa88e5fd79a130bffce4904d770c478e764288d45e4

Contents?: true

Size: 164 Bytes

Versions: 5

Compression:

Stored size: 164 Bytes

Contents

module Antelope
  class Template
    class Error < Antelope::Error; end

    class SyntaxError < Error; end

    class NoTokenError < Error; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
antelope-0.3.2 lib/antelope/template/errors.rb
antelope-0.3.0 lib/antelope/template/errors.rb
antelope-0.2.4 lib/antelope/template/errors.rb
antelope-0.2.3 lib/antelope/template/errors.rb
antelope-0.2.2 lib/antelope/template/errors.rb