master
<?php declare(strict_types=1); namespace R6API\Client\Exception; /** * Exception thrown when it is a client error code (4xx). * * @author Baptiste Leduc <baptiste.leduc@gmail.com> */ class ClientErrorHttpException extends HttpException { }