# frozen_string_literal: true module Hanami module Controller # @since 0.5.0 class Error < ::StandardError end end end