open-orchestra/open-orchestra-front-bundle

View on GitHub
FrontBundle/Exception/NonExistingNodeException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\FrontBundle\Exception;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

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