Zend\Stratigility\Middleware\ErrorResponseGenerator::__construct PHP Method

__construct() public method

public __construct ( boolean $isDevelopmentMode = false )
$isDevelopmentMode boolean
    public function __construct($isDevelopmentMode = false)
    {
        $this->isDevelopmentMode = (bool) $isDevelopmentMode;
    }
ErrorResponseGenerator