Sha256: 333506142e733ca1baffc58cd406e225fc1ee46bce7a7c83b38cd9c3c545a3c4

Contents?: true

Size: 154 Bytes

Versions: 10

Compression:

Stored size: 154 Bytes

Contents

module ReverseAsciidoctor
  class Error < StandardError
  end

  class UnknownTagError < Error
  end

  class InvalidConfigurationError < Error
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
reverse_adoc-0.2.8 lib/reverse_asciidoctor/errors.rb
reverse_adoc-0.2.7 lib/reverse_asciidoctor/errors.rb
reverse_adoc-0.2.6 lib/reverse_asciidoctor/errors.rb
reverse_adoc-0.2.5 lib/reverse_asciidoctor/errors.rb
reverse_adoc-0.2.4 lib/reverse_asciidoctor/errors.rb
reverse_adoc-0.2.3 lib/reverse_asciidoctor/errors.rb
reverse_asciidoctor-0.2.2 lib/reverse_asciidoctor/errors.rb
reverse_asciidoctor-0.2.1 lib/reverse_asciidoctor/errors.rb
reverse_asciidoctor-0.2.0 lib/reverse_asciidoctor/errors.rb
reverse_asciidoctor-0.1.0 lib/reverse_asciidoctor/errors.rb