Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 91564bf

Browse files
committed
Add an exception message
1 parent 32cd8bf commit 91564bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YoutubeExtractor/YoutubeExtractor/Decipherer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private static string ApplyOperation(string cipher, string op)
142142
}
143143

144144
default:
145-
throw new NotImplementedException();
145+
throw new NotImplementedException("Couldn't find cipher operation.");
146146
}
147147
}
148148

0 commit comments

Comments
 (0)