Comment InvalidCharacter error
This commit is contained in:
parent
9f2106ed94
commit
56ae8cc5bb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Rotor {
|
|||
enum Error: ErrorType {
|
||||
/** Thrown when the initializer is given an invalid series. */
|
||||
case InvalidSeries
|
||||
/** Thrown when encode() encounters a character that is not in the alphabet. */
|
||||
case InvalidCharacter
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue