Added HttpException to ExceptionCodes.php

This commit is contained in:
Netkas 2022-12-10 04:27:26 -05:00
parent f521c3291d
commit d664cf7bf0

View file

@ -328,6 +328,6 @@
self::ComposerException, self::ComposerException,
self::UserAbortedOperationException, self::UserAbortedOperationException,
self::MissingDependencyException, self::MissingDependencyException,
self::HttpException self::HttpException,
]; ];
} }