1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added testing for avatar fetching systems & config

Abstracts imageservice http interaction.
Closes #1193
This commit is contained in:
Dan Brown
2018-12-23 15:34:38 +00:00
parent 866187830a
commit 68017e2553
11 changed files with 217 additions and 71 deletions

View File

@ -0,0 +1,5 @@
<?php namespace BookStack\Exceptions;
use Exception;
class HttpFetchException extends Exception {}