lib/jss/exceptions.rb in ruby-jss-1.0.4 vs lib/jss/exceptions.rb in ruby-jss-1.1.0b1
- old
+ new
@@ -53,9 +53,14 @@
### AlreadyExistsError - raise this error when
### trying to create something that already exists.
###
class AlreadyExistsError < RuntimeError; end
+ ### AmbiguousError - raise this error when a search
+ ### term that should find one object finds more.
+ ###
+ class AmbiguousError < RuntimeError; end
+
### FileServiceError - raise this error when
### there's a problem accessing file service on a
### distribution point.
###
class FileServiceError < RuntimeError; end