aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Drawing.Skia/SkiaCodecException.cs
diff options
context:
space:
mode:
authorMark Monteiro <mark.monteiro23@gmail.com>2019-12-14 16:01:24 +0100
committerMark Monteiro <mark.monteiro23@gmail.com>2019-12-14 16:01:24 +0100
commit47805d89fecaae7cc43c179596d1eb6e4bd53968 (patch)
treed2b6901a474a6efcf156bc549e4a40b24776f61e /Jellyfin.Drawing.Skia/SkiaCodecException.cs
parent4c30557527ae17464c9c6f4fb5720c8b69d1118a (diff)
Set CA1032 (Implement standard exception constructors) severity to info globally
This replaces the existing [SurpressMessage] attribute
Diffstat (limited to 'Jellyfin.Drawing.Skia/SkiaCodecException.cs')
-rw-r--r--Jellyfin.Drawing.Skia/SkiaCodecException.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Drawing.Skia/SkiaCodecException.cs b/Jellyfin.Drawing.Skia/SkiaCodecException.cs
index 0cfb55c26..8158b846d 100644
--- a/Jellyfin.Drawing.Skia/SkiaCodecException.cs
+++ b/Jellyfin.Drawing.Skia/SkiaCodecException.cs
@@ -7,7 +7,6 @@ namespace Jellyfin.Drawing.Skia
/// <summary>
/// Represents errors that occur during interaction with Skia codecs.
/// </summary>
- [SuppressMessage("Design", "CA1032:Implement standard exception constructors", Justification = "A custom property, CodecResult, is required when creating this exception type.")]
public class SkiaCodecException : SkiaException
{
/// <summary>