mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Replace the generic exception class with a more specific one.
This commit is contained in:
committed by
Akshay Joshi
parent
68a5027d15
commit
d6400bbcae
@@ -17,6 +17,7 @@ from pgadmin.utils.csrf import pgCSRFProtect
|
||||
from pgadmin.utils.session import cleanup_session_files
|
||||
from pgadmin.misc.themes import get_all_themes
|
||||
import config
|
||||
from werkzeug.exceptions import InternalServerError
|
||||
|
||||
MODULE_NAME = 'misc'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user