Skip to content
Snippets Groups Projects
Commit d5e600e3 authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove unknown `Homebrew::Error` class.

parent e20c982d
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,7 @@ module Homebrew
when :env_token
curl_args = ["--header", "Authorization: token #{token}"]
when :none
raise Error, "Credentials must be set to access the Artifacts API"
raise "Credentials must be set to access the Artifacts API"
end
# Download the artifact as a zip file and unpack it into `dir`. This is
......
......@@ -4,7 +4,6 @@
# typed: strong
module ::StackProf; end
module DependencyCollector::Compat; end
module Homebrew::Error; end
module OS::Mac::Version::NULL; end
module SPDX::JSON_PATH; end
module T::InterfaceWrapper::Helpers; end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment