# frozen_string_literal: true module Legion module Exception # Wrongtype Exception class WrongType < StandardError; end end end