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
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.