[Lunr] Corona: Add types to exception classes

Review Request #878 — Created Oct. 26, 2022 and submitted — Latest diff uploaded

smillernl
Lunr
fix/corona/81_exception_types
876
879
lunr
Corona: Add types to exception classes


src/Lunr/Corona/Exceptions/BadGatewayException.php
src/Lunr/Corona/Exceptions/BadRequestException.php
src/Lunr/Corona/Exceptions/ConflictException.php
src/Lunr/Corona/Exceptions/ExpectationFailedException.php
src/Lunr/Corona/Exceptions/FailedDependencyException.php
src/Lunr/Corona/Exceptions/ForbiddenException.php
src/Lunr/Corona/Exceptions/HttpException.php
src/Lunr/Corona/Exceptions/InternalServerErrorException.php
src/Lunr/Corona/Exceptions/MethodNotAllowedException.php
src/Lunr/Corona/Exceptions/NotFoundException.php
src/Lunr/Corona/Exceptions/NotImplementedException.php
src/Lunr/Corona/Exceptions/PreconditionFailedException.php
src/Lunr/Corona/Exceptions/RequestedRangeNotSatisfiableException.php
src/Lunr/Corona/Exceptions/UnauthorizedException.php
src/Lunr/Corona/Exceptions/UnprocessableEntityException.php
src/Lunr/Corona/Exceptions/Tests/BadRequestExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/BadRequestExceptionInputDataTest.php
src/Lunr/Corona/Exceptions/Tests/ForbiddenExceptionBaseTest.php
src/Lunr/Corona/Tests/Helpers/MockUncaughtException.php
Loading...