Oh no! We are not ready yet!

We're sorry - this page does not exist (yet).

If you think this is an error, please report an issue.

Getting Informed About New Content

New chapters are coming out every week. To get notified when a new chapter (or this one) comes out, follow us on Mastodon.

Error Details

class NotFoundError(Exception):
    def __init__(self, value="404"):
        self.value = value

    def __str__(self):
        return repr(self.value)
from ExpectError import ExpectError

with ExpectError():
    raise NotFoundError
Traceback (most recent call last):
  File "/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_84642/1830731544.py", line 4, in <cell line: 3>
    raise NotFoundError
NotFoundError: '404' (expected)

Creative Commons License The content of this project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The source code that is part of the content, as well as the source code used to format and display that content is licensed under the MIT License. Last change: 2024-01-18 17:29:21+01:00CiteImprint