mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 12:27:43 +01:00
Should only BootstrapException be exposed?
This commit is contained in:
parent
666f7df738
commit
6f6792f27e
5 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
namespace Dalamud.Bootstrap.SqexArg
|
||||
{
|
||||
public class SqexArgException : Exception
|
||||
internal sealed class SqexArgException : Exception
|
||||
{
|
||||
public SqexArgException() { }
|
||||
public SqexArgException(string message) : base(message) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue