open-orchestra/open-orchestra-front-bundle

View on GitHub
FrontBundle/Exception/NonExistingSiteException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\FrontBundle\Exception;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

/**
 * Class NonExistingSiteException
 */
class NonExistingSiteException extends NotFoundHttpException
{
}