Extracted from Pike v7.6 release 13 at 2004-09-08.
pike.ida.liu.se
[Top]
Error
Error.Generic

Method Error.Generic()->`[]()


Method `[]

array|string `[](int(0..1) index)

Description

Index operator.

Simulates an array

Array
string msg

Error message.

array backtrace

Backtrace as returned by backtrace() from where the error occurred.


Note

The error message is always terminated with a newline.

See also

backtrace()