ICollectBreadcrumbs extends IReporter
Tags
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
Return values
mixed —report()
Report an (unhandled) exception
public
report(Exception|Throwable $exception[, array $context = [] ]) : mixed
Parameters
- $exception : Exception|Throwable
- $context : array = []