Reimplemented error handling for SettingsFile
This commit is contained in:
@@ -39,3 +39,9 @@ public enum InternalActionRunType
|
||||
ON_STARTUP,
|
||||
ON_CALL
|
||||
}
|
||||
|
||||
internal enum ExceptionExitCode : int
|
||||
{
|
||||
CONFIG_FAILED_TO_LOAD = 1,
|
||||
CONFIG_KEY_NOT_FOUND = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user