Final Class Yiisoft\RequestProvider\RequestNotSetException
| Inheritance | Yiisoft\ |
|---|
Thrown when request isn't set before.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Method Details
| public mixed __construct ( integer $code = 0, ?\ | ||
| $code | integer | |
| $previous | ?\ |
|
public function __construct(int $code = 0, ?Throwable $previous = null)
{
parent::__construct('Request is not set.', $code, $previous);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.