lib/rbbt/util/misc/exceptions.rb in rbbt-util-5.23.17 vs lib/rbbt/util/misc/exceptions.rb in rbbt-util-5.23.18

- old
+ new

@@ -14,9 +14,10 @@ class Aborted < StandardError; end class TryAgain < StandardError; end class SemaphoreInterrupted < TryAgain; end +class LockInterrupted < TryAgain; end class RemoteServerError < RbbtException; end class DependencyError < Aborted def initialize(msg)