Added retrying
This commit is contained in:
13
lib/exceptions.rb
Normal file
13
lib/exceptions.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module Pruning
|
||||
module Exceptions
|
||||
class ServerErrorOnOrigin < StandardError
|
||||
end
|
||||
|
||||
class OriginCannotFindTheResource < StandardError
|
||||
end
|
||||
|
||||
class UnexpectedError < StandardError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user