com\setasign\Konquadrat\Workflow

ForceResponseException Class ForceResponseException

File: /Konquadrat/src/Workflow/ForceResponseException.php

Exception can be used if a workflow require a redirect.

Class hierarchy

Implements

Summary

Properties

$code

protected \Exception::$code = 0

$file

protected \Exception::$file = ''

$line

protected \Exception::$line = 0

$message

protected \Exception::$message = ''

$response


Methods

__construct()

public ForceResponseException::__construct (
\Psr\Http\Message\ResponseInterface $response
)

RedirectException constructor.

Parameters
$response : \Psr\Http\Message\ResponseInterface
 

__clone()

Internal PHP method: Exception::__clone

__toString()

Internal PHP method: Exception::__toString

__wakeup()

Internal PHP method: Exception::__wakeup

getCode()

Internal PHP method: Exception::getCode

getFile()

Internal PHP method: Exception::getFile

getLine()

Internal PHP method: Exception::getLine

getMessage()

Internal PHP method: Exception::getMessage

getPrevious()

Internal PHP method: Exception::getPrevious

getResponse()

public ForceResponseException::getResponse (
void
): \Psr\Http\Message\ResponseInterface

getTrace()

Internal PHP method: Exception::getTrace

getTraceAsString()

Internal PHP method: Exception::getTraceAsString

setResponse()

public ForceResponseException::setResponse (
\Psr\Http\Message\ResponseInterface $response
): void
Parameters
$response : \Psr\Http\Message\ResponseInterface