Skip to content

Commit 7a81184

Browse files
committed
add SYS_INTERNAL_ERR
1 parent a82f601 commit 7a81184

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

irods/exception.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,10 @@ class SYS_INVALID_INPUT_PARAM(SystemException):
650650
code = -130000
651651

652652

653+
class SYS_INTERNAL_ERR(SystemException):
654+
code = -154000
655+
656+
653657
class SYS_BAD_INPUT(iRODSException):
654658
code = -158000
655659

0 commit comments

Comments
 (0)