Newer
Older
use Symfony\Component\HttpKernel\Exception\HttpException;
class BaseError extends HttpException
{
public function __construct(
int $statusCode = Response::HTTP_INTERNAL_SERVER_ERROR,
use Symfony\Component\HttpKernel\Exception\HttpException;
class BaseError extends HttpException
{
public function __construct(
int $statusCode = Response::HTTP_INTERNAL_SERVER_ERROR,