module AeEasy module Core module Exception # Exception that indicates something is outdated error. class OutdatedError < StandardError end end end end