avalanche-development/peel

View on GitHub
src/HttpErrorInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AvalancheDevelopment\Peel;

interface HttpErrorInterface
{
    public function getStatusCode();
    public function getStatusMessage();
}