# frozen_string_literal: true

# :markup: markdown

module AbstractController
  class Error < StandardError # :nodoc:
  end
end
