This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2026-02-24 19:07:20 +03:00
Code
Issues
784
Packages
Projects
Releases
14
Wiki
Activity
Files
b8ce8fd85222ad8ce266b2d0cf13b4fadf38d9f7
BookStack
/
app
/
Exceptions
/
HttpFetchException.php
8 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Added testing for avatar fetching systems & config Abstracts imageservice http interaction. Closes #1193
2018-12-23 15:34:38 +00:00
<
?
php
namespace
BookStack\Exceptions
;
use
Exception
;
PHPCS related fixes.
2019-01-27 15:59:23 +05:30
class
HttpFetchException
extends
Exception
{
}
Reference in New Issue
Copy Permalink