# frozen_string_literal: true module Legion module Exception module WrongType # This thing should be a hash class Hash < TypeError end end end end