Oh no! We are not ready yet!¶
We're sorry - this page does not exist (yet).
Finding Content¶
Most likely, you have been looking for material that is not yet written or not yet published. Go to the home page or choose from this list of chapters:
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¶
import bookutils.setup
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
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:00 • Cite • Imprint