namespace PixiEditor.SVG.Exceptions; public class SvgParsingException : Exception { public SvgParsingException(string message) : base(message) { } }