dor-services 4.14.2 → 4.14.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  module Dor
2
-
3
- class Exception < ::Exception; end
2
+
3
+ class Exception < ::StandardError; end
4
4
  class ParameterError < Exception; end
5
5
  class DuplicateIdError < Exception
6
6
  attr_reader :pid
7
-
7
+
8
8
  def initialize(pid)
9
9
  @pid = pid
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Dor
2
- VERSION = '4.14.2'
2
+ VERSION = '4.14.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor-services
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.2
4
+ version: 4.14.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: