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