lib/asciidoctor/errors.rb



# Base project exception
module Asciidoctor
class ProjectError < StandardError; end
end