Nextcloud PHP API (master)

IMessageReporter extends IReporter

Tags
since
17.0.0

Table of Contents

Methods

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

Methods

report()

Report an (unhandled) exception

public report(Exception|Throwable $exception[, array<string|int, mixed> $context = [] ]) : mixed
Parameters
$exception : Exception|Throwable
$context : array<string|int, mixed> = []
Tags
since
13.0.0

reportMessage()

Report a (error) message

public reportMessage(string $message[, array<string|int, mixed> $context = [] ]) : void
Parameters
$message : string
$context : array<string|int, mixed> = []
Tags
since
17.0.0

        
On this page

Search results