diff --git a/examples/document.html b/examples/document.html index afcd2062..9e483eb9 100644 --- a/examples/document.html +++ b/examples/document.html @@ -1,10 +1,10 @@ + + + Title + -

- Header -

-

- Contents -

+

Header

+

Contents

- + \ No newline at end of file diff --git a/hug/exceptions.py b/hug/exceptions.py index dd54693b..5a09ac95 100644 --- a/hug/exceptions.py +++ b/hug/exceptions.py @@ -32,6 +32,7 @@ def __init__(self, message, reasons=None): class StoreKeyNotFound(Exception): """Should be raised when a store key has not been found inside a store""" + pass class SessionNotFound(StoreKeyNotFound):