MinimalECIInput port (iffy)

This commit is contained in:
Henry Schimke
2022-09-01 18:55:52 -05:00
parent 14a5df3404
commit b2e0fd74e9
3 changed files with 464 additions and 355 deletions

View File

@@ -12,5 +12,7 @@ pub enum Exceptions {
ReaderException(String),
WriterException(String),
ReedSolomonException(String),
IndexOutOfBoundsException(String),
RuntimeException(String),
ReaderDecodeException()
}