Class
TechnicalError
TechnicalError()
Every error that doesn't need to be handled in a special way is a 'TechnicalError'. Whenever you catch one, there is
usually nothing you can do but present an error to the user, e.g. "Something went wrong".
Class