mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-18 22:31:04 +00:00
5 lines
101 B
PHP
5 lines
101 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class HttpFetchException extends Exception {}
|