mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-24 19:34:42 -05:00
10 lines
136 B
C#
10 lines
136 B
C#
using System;
|
|
|
|
namespace VRM
|
|
{
|
|
public class NotVrm0Exception : Exception
|
|
{
|
|
public NotVrm0Exception()
|
|
{ }
|
|
}
|
|
} |