mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 11:27:42 +01:00
duck tape tier quality(TM)
This commit is contained in:
parent
33145ea0f2
commit
c1ed673f22
5 changed files with 44 additions and 32 deletions
11
Dalamud.Bootstrap/SqexArg/SqexArgException.cs
Normal file
11
Dalamud.Bootstrap/SqexArg/SqexArgException.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using System;
|
||||
|
||||
namespace Dalamud.Bootstrap.SqexArg
|
||||
{
|
||||
public class SqexArgException : Exception
|
||||
{
|
||||
public SqexArgException() { }
|
||||
public SqexArgException(string message) : base(message) { }
|
||||
public SqexArgException(string message, Exception inner) : base(message, inner) { }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue