You are here

public function StyleInterface::error in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::error()

Formats an error result bar.

Parameters

string|array $message:

1 method overrides StyleInterface::error()
SymfonyStyle::error in vendor/symfony/console/Style/SymfonyStyle.php
Formats an error result bar.

File

vendor/symfony/console/Style/StyleInterface.php, line 61

Class

StyleInterface
Output style helpers.

Namespace

Symfony\Component\Console\Style

Code

public function error($message);