Nextcloud PHP API (stable19)

IMessageReporter extends IReporter

Tags
since
17.0.0

Table of Contents

report()  : mixed
Report an (unhandled) exception
reportMessage()  : void
Report a (error) message

Methods

report()

Report an (unhandled) exception

public report(Exception|Throwable $exception[, array $context = [] ]) : mixed
Parameters
$exception : Exception|Throwable
$context : array = []
Tags
since
13.0.0
Return values
mixed

reportMessage()

Report a (error) message

public reportMessage(string $message[, array $context = [] ]) : void
Parameters
$message : string
$context : array = []
Tags
since
17.0.0

Search results