my fork of dmp
Diffstat (limited to 'src/errors.rs')
| -rw-r--r-- | src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors.rs b/src/errors.rs index 048e56a..4562239 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -2,4 +2,5 @@ pub enum Error { InvalidInput, Utf8Error, + HtmlWithError(String), } |