Add more error pages

This commit is contained in:
Khushboo Verma
2025-04-03 18:49:41 +05:30
parent 5841d5ee57
commit 8139ec0d6f
4 changed files with 42 additions and 3 deletions
+1
View File
@@ -174,6 +174,7 @@ class Exception extends \Exception
public const BUILD_NOT_READY = 'build_not_ready';
public const BUILD_IN_PROGRESS = 'build_in_progress';
public const BUILD_ALREADY_COMPLETED = 'build_already_completed';
public const BUILD_CANCELED = 'build_canceled';
public const BUILD_FAILED = 'build_failed';
/** Execution */