Skip to content

Commit b136efb

Browse files
d-w-moorekorydraughn
authored andcommitted
[#717] add exception class for HIERARCHY_ERROR
1 parent 6554eb2 commit b136efb

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
@@ -2109,6 +2109,10 @@ class PHP_OPEN_SCRIPT_FILE_ERR(PHPException):
21092109
code = -1602000
21102110

21112111

2112+
class HIERARCHY_ERROR(iRODSException):
2113+
code = -1803000
2114+
2115+
21122116
class DIRECT_CHILD_ACCESS(iRODSException):
21132117
code = -1816000
21142118

0 commit comments

Comments
 (0)