Exception: Gitlab::Lfs::Client::ObjectVerifyError

Inherits:
HttpError
  • Object
show all
Defined in:
lib/gitlab/lfs/client.rb

Instance Method Summary collapse

Methods inherited from HttpError

#http_error, #initialize

Constructor Details

This class inherits a constructor from Gitlab::Lfs::Client::HttpError

Instance Method Details

#messageObject



169
170
171
# File 'lib/gitlab/lfs/client.rb', line 169

def message
  "Failed to verify object: #{http_error}"
end