mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2624
This commit is contained in:
parent
38c70d9799
commit
d12b65d38c
5 changed files with 23 additions and 8 deletions
|
|
@ -50,6 +50,9 @@ class SqlmapUserQuitException(SqlmapBaseException):
|
|||
class SqlmapShellQuitException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapSkipTargetException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapSyntaxException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue