mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-15 15:11:43 -05:00
Co-authored-by: Deatrathias <dmailsec@gmail.com> Co-authored-by: dj-kusuha <dj.kusuha+github@gmail.com> Co-authored-by: ousttrue <ousttrue@gmail.com> Co-authored-by: yutopp <yutopp@gmail.com>
13 lines
185 B
C#
13 lines
185 B
C#
using System;
|
|
|
|
namespace UniJSON
|
|
{
|
|
|
|
public class MsgPackTypeException : Exception
|
|
{
|
|
public MsgPackTypeException(string msg) : base(msg)
|
|
{ }
|
|
|
|
}
|
|
|
|
} |