Newscoop\Service\IErrorHandler::warning PHP Method

warning() public method

Handle the warning. The key of the warning needs to be mapped as constant see previous implementations.
public warning ( string $key )
$key string The key of the waning, which uniquelly identifies it, not null.
    function warning($key);
IErrorHandler