exceptions: remove unused scp exception.

The code was removed but the exception was not.
This commit is contained in:
Mike McQuaid 2019-03-28 10:34:02 +00:00
parent 899bf06946
commit 774adaf435
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -512,13 +512,6 @@ class CurlDownloadStrategyError < RuntimeError
end
end
# Raised in {ScpDownloadStrategy#fetch}.
class ScpDownloadStrategyError < RuntimeError
def initialize(cause)
super "Download failed: #{cause}"
end
end
# Raised by {#safe_system} in `utils.rb`.
class ErrorDuringExecution < RuntimeError
attr_reader :cmd