From cadfd398367c6f51267d331b8e34dafb9f8253e1 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 15 Dec 2022 21:21:16 -0500 Subject: [PATCH] Updated \ncc\Abstracts > ExceptionCodes --- src/ncc/Abstracts/ExceptionCodes.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/ncc/Abstracts/ExceptionCodes.php b/src/ncc/Abstracts/ExceptionCodes.php index 4f49a69..f2bd962 100644 --- a/src/ncc/Abstracts/ExceptionCodes.php +++ b/src/ncc/Abstracts/ExceptionCodes.php @@ -300,6 +300,25 @@ */ const ImportException = -1757; + /** + * @see GitTagsException + */ + const GitTagsException = -1758; + + /** + * @see GithubServiceException + */ + const GithubServiceException = -1759; + + /** + * @see AuthenticationException + */ + const AuthenticationException = -1760; + + /** + * @see NotSupportedException + */ + const NotSupportedException = -1761; /** * All the exception codes from NCC @@ -360,6 +379,9 @@ self::UnsupportedRemoteSourceTypeException, self::GitCloneException, self::GitCheckoutException, - self::GitlabServiceException + self::GitlabServiceException, + self::GitTagsException, + self::AuthenticationException, + self::NotSupportedException ]; } \ No newline at end of file