Dalamud/Dalamud/Plugin/Internal/Exceptions
goat a1ae33bfee don't set plugin to fail state if we threw InvalidPluginOperationException
These are supposed to indicate to the user that they called a function at the wrong point in time. We don't want to actually mutate the state in that case.
2024-12-23 21:03:31 +01:00
..
BannedPluginException.cs chore: Suppress expected load errors (#1593) 2024-01-01 16:11:09 +01:00
DuplicatePluginException.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
InternalPluginStateException.cs don't set plugin to fail state if we threw InvalidPluginOperationException 2024-12-23 21:03:31 +01:00
InvalidPluginException.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
InvalidPluginOperationException.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
PluginException.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
PluginPreconditionFailedException.cs chore: Suppress expected load errors (#1593) 2024-01-01 16:11:09 +01:00