Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2namespace Apie\Core\Exceptions;
3
4/**
5 * Add this interface to tell to use a different HTTP status code.
6 */
7interface HttpStatusCodeException
8{
9    public function getStatusCode(): int;
10}