Преглед изворни кода

Marked internal exception as such

Tal Aloni пре 8 година
родитељ
комит
edde8c3c81
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ISCSI/ISCSI.Server/Exceptions/InvalidTargetTransferTagException.cs

+ 1 - 1
ISCSI/ISCSI.Server/Exceptions/InvalidTargetTransferTagException.cs

@@ -10,7 +10,7 @@ using System.Text;
 
 namespace ISCSI.Server
 {
-    public class InvalidTargetTransferTagException : Exception
+    internal class InvalidTargetTransferTagException : Exception
     {
         public uint TargetTransferTag;