diff options
Diffstat (limited to 'doc/error_strings.html')
-rw-r--r-- | doc/error_strings.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/error_strings.html b/doc/error_strings.html new file mode 100644 index 0000000..db9318d --- /dev/null +++ b/doc/error_strings.html @@ -0,0 +1,32 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Error Strings - Packrat Docs</title> + <link href="default.css" rel="stylesheet"> + </head> + + <body> + + + <h2>Error Strings</h2> + + <a href="index.html">Return to Contents</a> + + + <p><strong>CAUTION:</strong> This is implementation information and should not be + relied upon in any way when using the library.</p> + + <p>The format used in the exception message error strings is:<br> + <br> + s<em><SYMBOL_NAME></em>p<em><NUMBER></em><br> + <br> + There is one of these substrings for every error encountered, all concatenated + together in arbitrary order.</p> + + + </body> +</html> + |