vibora
vibora copied to clipboard
Why `StaticNotFound` class not inherit from `NotFound` ?
Is your feature request related to a problem? Please describe.
because StaticNotFound
directly inherit from ViboraException
base calss, this will raise a exception with status code 500
.
Describe the solution you'd like
the exception should be normal 404
response.
Describe alternatives you've considered
make StaticNotFound
inherit from NotFound
class will be sufficient.
Additional context Add any other context or screenshots about the feature request here.