Newscoop\Service\IErrorHandler::error PHP Метод

error() публичный Метод

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