Airship\Engine\Ledger::error PHP Method

error() public method

Store an ERROR message
public error ( string $message, array $context = [] ) : mixed
$message string
$context array
return mixed
    public function error($message, array $context = [])
    {
        return $this->log(LogLevel::ERROR, $message, $context);
    }