1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 07:32:39 +01:00
BookStack/app/Exceptions/FileUploadException.php
Dan Brown 673c74ddfc
Started work on attachments
Created base models and started user-facing controls.
2016-10-09 18:58:22 +01:00

4 lines
92 B
PHP

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