Sha256: ab531d44db58a88caa8b6c3f5b50ca510089fe65435ae2845a1c7c7ae0828ee9

Contents?: true

Size: 155 Bytes

Versions: 4

Compression:

Stored size: 155 Bytes

Contents

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

    class SyntaxError < Error; end

    class NoTokenError < Error; end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
antelope-0.2.0 lib/antelope/template/errors.rb
antelope-0.1.11 lib/antelope/template/errors.rb
antelope-0.1.10 lib/antelope/template/errors.rb
antelope-0.1.9 lib/antelope/template/errors.rb