Nextcloud PHP API (master)

ICollectBreadcrumbs extends IReporter

Tags
since
15.0.0

Table of Contents

Methods

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<string|int, mixed> $context = [] ]) : mixed
Parameters
$message : string
$category : string
$context : array<string|int, mixed> = []
Tags
since
15.0.0

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

        
On this page

Search results