Nextcloud PHP API (stable19)

ICollectBreadcrumbs extends IReporter

Tags
since
15.0.0

Table of Contents

collect()  : mixed
Collect breadcrumbs for crash reports
report()  : mixed
Report an (unhandled) exception

Methods

collect()

Collect breadcrumbs for crash reports

public collect(string $message, string $category[, array $context = [] ]) : mixed
Parameters
$message : string
$category : string
$context : array = []
Tags
since
15.0.0
Return values
mixed

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

Search results