BookStack/app/Exceptions/HttpFetchException.php
Dan Brown 68017e2553
Added testing for avatar fetching systems & config
Abstracts imageservice http interaction.
Closes #1193
2018-12-23 15:34:38 +00:00

6 lines
101 B
PHP

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