Psr7Middlewares\Middleware\Shutdown::__construct PHP Method

__construct() public method

Constructor.
public __construct ( callable | string | null $handler = null )
$handler callable | string | null
    public function __construct($handler = null)
    {
        $this->handler = $handler ?: self::class . '::defaultHandler';
    }