Skip to content

Commit

Permalink
Exclude CoapBlockException from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
NZSmartie committed Dec 19, 2017
1 parent 7b4eae2 commit 0e7219a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CoAPNet/CoapBlockException.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Text;

namespace CoAPNet
{
[ExcludeFromCodeCoverage]
public class CoapBlockException : CoapException
{
public CoapBlockException()
Expand Down

0 comments on commit 0e7219a

Please sign in to comment.