0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-08 01:50:57 +00:00
BookStackApp_BookStack/app/Exceptions/PrettyException.php

5 lines
No EOL
97 B
PHP

<?php namespace BookStack\Exceptions;
use Exception;
class PrettyException extends Exception {}