canax/response

View on GitHub
src/Response/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Response;

/**
 * Exception for Response.
 */
class Exception extends \Exception
{
    
}