AdapterInterface Interface

Aurora\Error\Adapter Namespace


Methods

render

Render output

Parameters

  • Throwable $exception — The exception to show
  • mixed $source — Source snippet

Signature

public function render(Throwable $exception, mixed $source = '')

Go to top