BookStackApp/BookStack

View on GitHub
app/Exceptions/HttpFetchException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BookStack\Exceptions;

use Exception;

class HttpFetchException extends Exception
{
}