Jyxo\FirePhp::error PHP Method

error() public static method

Sends an error.
public static error ( string $message, string $label = '' ) : boolean
$message string Message text
$label string Message label
return boolean
    public static function error(string $message, string $label = '') : bool
    {
        return self::log($message, $label, self::ERROR);
    }