mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-25 23:47:47 +01:00
support pluggable wsgi apps utils: BlockLoader() supports loading from package exceptions: base WbException moved to utils
4 lines
95 B
Python
4 lines
95 B
Python
class WbException(Exception):
|
|
def status(self):
|
|
return '500 Internal Server Error'
|