# frozen_string_literal: true module Legion module Exception module WrongType # This thing should be an int class Integer < TypeError end end end end