Psr7Middlewares\Middleware\Whoops::__construct PHP Method

__construct() public method

Set the whoops instance.
public __construct ( Whoops\Run $whoops = null )
$whoops Whoops\Run
    public function __construct(Run $whoops = null)
    {
        $this->whoops = $whoops;
    }