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