Skip to content

Commit

Permalink
Update Storage Error documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Jun 16, 2015
1 parent e3cf8e7 commit 23f5e74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/gcloud/storage/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@
module Gcloud
module Storage
##
# = Storage Error
#
# Base Storage exception class.
class Error < Gcloud::Error
end

##
# = ApiError
#
# Raised when an API call is not successful.
class ApiError < Error
##
Expand All @@ -45,6 +49,8 @@ def self.from_response resp #:nodoc:
end

##
# = FileVerificationError
#
# Raised when a File download fails the verification.
class FileVerificationError < Error
##
Expand Down

0 comments on commit 23f5e74

Please sign in to comment.