Skip to content

HttpExceptionFactory


  • Full name: \Qubus\Exception\Http\HttpExceptionFactory

Methods

make

public static make(int $status, ?string $uri = null, string $message = '', ?\Throwable $previous = null): \Qubus\Exception\Http\HttpException
  • This method is static. Parameters:
Parameter Type Description
$status int
$uri ?string
$message string
$previous ?\Throwable