mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37: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
|
|
@ -4,9 +4,9 @@ using System.ComponentModel;
|
|||
namespace Dalamud.Bootstrap
|
||||
{
|
||||
/// <summary>
|
||||
/// An error that is thrown when bootstraping Dalamud failed.
|
||||
/// An error that is thrown when there was a problem with bootstraping.
|
||||
/// </summary>
|
||||
public class BootstrapException : Exception
|
||||
public sealed class BootstrapException : Exception
|
||||
{
|
||||
internal BootstrapException() : base() { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue