mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-16 18:16:27 -05:00
14 lines
167 B
C#
14 lines
167 B
C#
using System;
|
|
|
|
namespace UniVRM10
|
|
{
|
|
public class Vrm10Exception : Exception
|
|
{
|
|
|
|
}
|
|
|
|
public class Vrm10NoExtensionException: Vrm10Exception
|
|
{
|
|
}
|
|
}
|