# stream/2.0.2/extensions/reports/views/error.php

Stream – Activity Log &amp; Audit Trail, version 2.0.2. 8 lines.

- Page: https://pluginprobe.com/plugins/stream/2.0.2/code/extensions/reports/views/error.php
- Raw: https://pluginprobe.com/plugins/stream/2.0.2/raw/extensions/reports/views/error.php
- Modified: 2015-01-15T03:04:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/stream/2.0.2/code/extensions/reports/views/error.php#L10-L20`.

```php
<div class='wrap about-wrap'>
	<h1><?php esc_html_e( "Oops, that's an error!", 'stream' ) ?></h1>

	<div class='about-text'>
		<?php esc_html_e( 'Yeah... Something went very wrong somewhere along your last actions.', 'stream' ) ?>
	</div>
</div>

```
