This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-01 01:36:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
775ee1bde3
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 10:34:38 -05:00
<
?
php
namespace
BookStack\Exceptions
;
use
Exception
;
PHPCS related fixes.
2019-01-27 05:29:23 -05:00
class
HttpFetchException
extends
Exception
{
}
Reference in New Issue
Copy Permalink