about summary refs log tree commit diff
path: root/BugMine.Sdk/Exceptions
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-16 11:48:35 +0200
committerRory& <root@rory.gay>2024-05-16 11:48:35 +0200
commit1fea7b0aa6ffbd7d87a7d23ef9c642c109697758 (patch)
tree8a6ce52dc3cbc81e7c31d541fea7603e0bba8fd2 /BugMine.Sdk/Exceptions
parentAdd local changes (diff)
downloadBugMine-1fea7b0aa6ffbd7d87a7d23ef9c642c109697758.tar.xz
Add basic issues, abstract project loading to component in web
Diffstat (limited to 'BugMine.Sdk/Exceptions')
-rw-r--r--BugMine.Sdk/Exceptions/BugMineException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/BugMine.Sdk/Exceptions/BugMineException.cs b/BugMine.Sdk/Exceptions/BugMineException.cs

index 7e843b3..5c81e48 100644 --- a/BugMine.Sdk/Exceptions/BugMineException.cs +++ b/BugMine.Sdk/Exceptions/BugMineException.cs
@@ -19,5 +19,6 @@ public class BugMineException : MatrixException { public new static class ErrorCodes { public const string UserNotInRoom = "BUGMINE_USER_NOT_IN_ROOM"; + public const string ProjectNotFound = "BUGMINE_PROJECT_NOT_FOUND"; } } \ No newline at end of file