0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-03-13 03:43:22 +00:00
BookStackApp_BookStack/app/Exceptions/HttpFetchException.php

10 lines
103 B
PHP
Raw Permalink Normal View History

2021-06-26 15:23:15 +00:00
<?php
namespace BookStack\Exceptions;
use Exception;
2019-01-27 10:29:23 +00:00
class HttpFetchException extends Exception
{
}