khalyomede/dependency-scanner

View on GitHub
src/Exception/HttpException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Khalyomede\Exception;

use Exception;

class HttpException extends Exception
{
}