]> BookStack Code Mirror - bookstack/blob - app/Exceptions/PrettyException.php
Closes #55. Allows you to set the primary color.
[bookstack] / app / Exceptions / PrettyException.php
1 <?php namespace BookStack\Exceptions;
2
3 use Exception;
4
5 class PrettyException extends Exception {}