Strimoid/Strimoid

View on GitHub
app/Exceptions/EntityNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Strimoid\Exceptions;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

class EntityNotFoundException extends NotFoundHttpException
{
}