app/models/bulkrax/entry.rb in bulkrax-3.5.1 vs app/models/bulkrax/entry.rb in bulkrax-4.0.0
- old
+ new
@@ -2,11 +2,9 @@
module Bulkrax
# Custom error class for collections_created?
class CollectionsCreatedError < RuntimeError; end
class OAIError < RuntimeError; end
- # TODO: remove when ApplicationParser#bagit_zip_file_size_check is removed
- class BagitZipError < RuntimeError; end
class Entry < ApplicationRecord
include Bulkrax::HasMatchers
include Bulkrax::ImportBehavior
include Bulkrax::ExportBehavior
include Bulkrax::StatusInfo