Skip to content

Commit

Permalink
Update src/Neo/Plugins/UnhandledExceptionPolicy.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Schuchardt <[email protected]>
  • Loading branch information
Jim8y and cschuchardt88 authored Jul 18, 2024
1 parent ffcd7ce commit 82fcfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo/Plugins/UnhandledExceptionPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Neo.Plugins
{
public enum UnhandledExceptionPolicy
public enum UnhandledExceptionPolicy : byte
{
Ignore = 0,
StopPlugin = 1,
Expand Down

0 comments on commit 82fcfb6

Please sign in to comment.