mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Patch for an Issue #944
This commit is contained in:
parent
bb56eb583a
commit
733e06e31f
2 changed files with 15 additions and 6 deletions
|
|
@ -53,6 +53,9 @@ class SqlmapShellQuitException(SqlmapBaseException):
|
|||
class SqlmapSyntaxException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapSystemException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
class SqlmapThreadException(SqlmapBaseException):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue