Skip to content

Commit

Permalink
ErrorType
Browse files Browse the repository at this point in the history
- Added new member `MANAGER_SHUTDOWN`
  • Loading branch information
deavmi committed Nov 26, 2023
1 parent 713c102 commit 08757f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/tristanable/exceptions.d
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ public enum ErrorType
*/
UNSET,

/**
* If the manager has already
* been shutdown
*/
MANAGER_SHUTDOWN,

/**
* If the requested queue could not be found
*/
Expand Down

0 comments on commit 08757f2

Please sign in to comment.