diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-04-19 15:18:28 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-04-20 10:18:12 +0200 |
| commit | 7f4a229cd2fee89fdd8329c9c9f907e381d45c46 (patch) | |
| tree | ce60fe469b635c7c3369964d9783affebc483639 /MediaBrowser.Common/Extensions/ResourceNotFoundException.cs | |
| parent | 3142c9b9901cc653eb758ba7d47edbbe2190f83d (diff) | |
Add some simple tests
Diffstat (limited to 'MediaBrowser.Common/Extensions/ResourceNotFoundException.cs')
| -rw-r--r-- | MediaBrowser.Common/Extensions/ResourceNotFoundException.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs b/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs index 22130c5a1..ebac9d8e6 100644 --- a/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs +++ b/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs @@ -1,3 +1,5 @@ +#nullable enable + using System; namespace MediaBrowser.Common.Extensions |
