mpyw\Co\Internal\ControlException::__construct PHP Method

__construct() public method

Constructor.
public __construct ( mixed $value )
$value mixed Value to be retrived.
    public function __construct($value)
    {
        parent::__construct();
        $this->value = $value;
    }
ControlException