Please note that each template treats this slightly differently.
There are 2 main uses of this.
1. Calling it directly with
<?=err("This message is bold");?>
2. Adding it to a url like
<?php Redirect::to('index.php&err=This+message+is+bold); ?>
Both will produce the same result.