Add error type: IOError
This commit is contained in:
parent
57f3894f76
commit
a9f0ee0903
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
generate_error_module!(
|
generate_error_module!(
|
||||||
generate_error_types!(ListError, ListErrorKind,
|
generate_error_types!(ListError, ListErrorKind,
|
||||||
|
IOError => "IO Error",
|
||||||
FormatError => "FormatError",
|
FormatError => "FormatError",
|
||||||
EntryError => "EntryError",
|
EntryError => "EntryError",
|
||||||
IterationError => "IterationError",
|
IterationError => "IterationError",
|
||||||
|
|
Loading…
Reference in a new issue