2024-04-26 19:04:20 +02:00

11 lines
167 B
Ruby

# typed: strict
# frozen_string_literal: true
module Homebrew
module Livecheck
# Error during a livecheck run.
class Error < RuntimeError
end
end
end