summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs b/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
index 70f054cd..9f8a98cd 100644
--- a/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
+++ b/src/SMAPI.Mods.ErrorHandler/Patches/ObjectErrorPatch.cs
@@ -21,13 +21,6 @@ namespace StardewModdingAPI.Mods.ErrorHandler.Patches
internal class ObjectErrorPatch : IHarmonyPatch
{
/*********
- ** Accessors
- *********/
- /// <inheritdoc />
- public string Name => nameof(ObjectErrorPatch);
-
-
- /*********
** Public methods
*********/
/// <inheritdoc />