From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- .../VRM/VRM/UniJSON/Scripts/Exceptions.cs | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 Assets/ThirdParty/VRM/VRM/UniJSON/Scripts/Exceptions.cs (limited to 'Assets/ThirdParty/VRM/VRM/UniJSON/Scripts/Exceptions.cs') diff --git a/Assets/ThirdParty/VRM/VRM/UniJSON/Scripts/Exceptions.cs b/Assets/ThirdParty/VRM/VRM/UniJSON/Scripts/Exceptions.cs deleted file mode 100644 index d92f0d75..00000000 --- a/Assets/ThirdParty/VRM/VRM/UniJSON/Scripts/Exceptions.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; - - -namespace UniJSON -{ - public class TreeValueException : ArgumentException - { - protected TreeValueException(string msg) : base(msg) { } - } - - /// - ///Exception failure - /// - public class ParserException : TreeValueException - { - public ParserException(string msg) : base(msg) { } - } - - /// - /// Successfully parsed, but fail to getValue - /// - public class DeserializationException : TreeValueException - { - public DeserializationException(string msg) : base(msg) { } - } - - /// - /// Formatter exception. key value violation - /// - public class FormatterException : TreeValueException - { - public FormatterException(string msg) : base(msg) { } - } -} -- cgit v1.1-26-g67d0