mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Patch for an Issue #919
This commit is contained in:
parent
06bb957d13
commit
cdbfb17408
3 changed files with 20 additions and 2 deletions
|
|
@ -23,6 +23,9 @@ class SqlmapFilePathException(SqlmapBaseException):
|
|||
class SqlmapGenericException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapInstallationException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapMissingDependence(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue