# frozen_string_literal: true module EveOnline module Exceptions class InvalidCharacterIDException < Base end end end