PHPixie/HTTP

View on GitHub
src/PHPixie/HTTP/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace PHPixie\HTTP;

/**
 * Exception thrown by the HTTP component
 */
class Exception extends \Exception
{
    
}