0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-18 22:31:04 +00:00
BookStackApp_BookStack/app/Exceptions/HttpFetchException.php
Dan Brown 68017e2553
Added testing for avatar fetching systems & config
Abstracts imageservice http interaction.
Closes 
2018-12-23 15:34:38 +00:00

5 lines
101 B
PHP

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