Merge pull request #5945 from MikeMcQuaid/unused-exception
exceptions: remove unused scp exception.
This commit is contained in:
commit
192603bbdf
@ -512,13 +512,6 @@ class CurlDownloadStrategyError < RuntimeError
|
|||||||
end
|
end
|
||||||
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`.
|
# Raised by {#safe_system} in `utils.rb`.
|
||||||
class ErrorDuringExecution < RuntimeError
|
class ErrorDuringExecution < RuntimeError
|
||||||
attr_reader :cmd
|
attr_reader :cmd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user