This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
BookStack
/
app
/
Exceptions
/
HttpFetchException.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 15:23:15 +00:00
<
?
php
namespace
BookStack\Exceptions
;
Added testing for avatar fetching systems & config Abstracts imageservice http interaction. Closes #1193
2018-12-23 15:34:38 +00:00
use
Exception
;
PHPCS related fixes.
2019-01-27 15:59:23 +05:30
class
HttpFetchException
extends
Exception
{
}
Reference in New Issue
Copy Permalink