Remove unknown Homebrew::Error class.

This commit is contained in:
Markus Reiter 2020-10-10 16:06:48 +02:00
parent e20c982d1a
commit d5e600e3af
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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