Remove unknown Homebrew::Error class.
This commit is contained in:
parent
e20c982d1a
commit
d5e600e3af
@ -352,7 +352,7 @@ module Homebrew
|
|||||||
when :env_token
|
when :env_token
|
||||||
curl_args = ["--header", "Authorization: token #{token}"]
|
curl_args = ["--header", "Authorization: token #{token}"]
|
||||||
when :none
|
when :none
|
||||||
raise Error, "Credentials must be set to access the Artifacts API"
|
raise "Credentials must be set to access the Artifacts API"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Download the artifact as a zip file and unpack it into `dir`. This is
|
# Download the artifact as a zip file and unpack it into `dir`. This is
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
# typed: strong
|
# typed: strong
|
||||||
module ::StackProf; end
|
module ::StackProf; end
|
||||||
module DependencyCollector::Compat; end
|
module DependencyCollector::Compat; end
|
||||||
module Homebrew::Error; end
|
|
||||||
module OS::Mac::Version::NULL; end
|
module OS::Mac::Version::NULL; end
|
||||||
module SPDX::JSON_PATH; end
|
module SPDX::JSON_PATH; end
|
||||||
module T::InterfaceWrapper::Helpers; end
|
module T::InterfaceWrapper::Helpers; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user