Sha256: 4882ba1d0869dbd85247459e7de6cad8d6002c9b414bf66f64517d0f29ab5187
Contents?: true
Size: 374 Bytes
Versions: 9
Compression:
Stored size: 374 Bytes
Contents
module AsciidoctorBibliography module Errors class Error < StandardError; end module Options class Missing < Error; end class Invalid < Error; end end module Database class UnsupportedFormat < Error; end class FileNotFound < Error; end class IdNotFound < Error; end class ConflictingIds < Error; end end end end
Version data entries
9 entries across 9 versions & 1 rubygems