Skip to content

Commit

Permalink
Add invalidData error back to RLE
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Oct 1, 2024
1 parent 5b43130 commit 58566f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

enum RLEDataError: Error {
case invalidData
case invalidLineLength
case insufficientData
}

0 comments on commit 58566f3

Please sign in to comment.