Documentation

Cli extends Horde_Cli
in package

A test helper for testing Horde_Cli based classes.

Copyright 2010-2021 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL

link
http://www.horde.org/components/Horde_Test

Table of Contents

fatal()  : mixed
Displays a fatal error message.

Methods

fatal()

Displays a fatal error message.

public fatal(string|Exception|object $error) : mixed
Parameters
$error : string|Exception|object

The error text to display, an exception or an object with a getMessage() method.

Return values
mixed

Search results