mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
Merge pull request #5945 from MikeMcQuaid/unused-exception
exceptions: remove unused scp exception.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user