]> BookStack Code Mirror - bookstack/blob - app/Exceptions/ExportException.php
Refactored the code for ExportService to use DomDocument.
[bookstack] / app / Exceptions / ExportException.php
1 <?php namespace BookStack\Exceptions;
2
3 class ExportException extends PrettyException
4 {
5
6 }