13 lines
No EOL
181 B
C#
13 lines
No EOL
181 B
C#
using System;
|
|
|
|
namespace UniJSON.MsgPack
|
|
{
|
|
|
|
public class MsgPackTypeException : Exception
|
|
{
|
|
public MsgPackTypeException(string msg) : base(msg)
|
|
{ }
|
|
|
|
}
|
|
|
|
} |