module Burghers
  class DocumentTooSmallError < RuntimeError
  end

  class CalaisResponseError < RuntimeError
  end
end