Nearsoft\SeleniumClient\Exceptions\IMENotAvailable::__construct PHP Method

__construct() public method

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" IME was not available. " . $message);
    }
IMENotAvailable