Add error type: IOError

This commit is contained in:
Matthias Beyer 2016-08-02 16:28:11 +02:00
parent 57f3894f76
commit a9f0ee0903
1 changed files with 1 additions and 0 deletions

View File

@ -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",