```name=Before
Exception
Some linters failed:
(Run with `--trace` for a full exception trace.)
```
```name=After
Exception
Some linters failed:
- Exception: This is also an exception
- Exception: This is an exception
(Run with `--trace` for a full exception trace.)
```Created a custom `Exception` class which implemented a `__toString()` method. Saw exception messages as expected.