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
|