using System; namespace Robust.Shared.Serialization.Manager { [Virtual] public class RequiredDataFieldNotProvidedException : Exception { } }