src/Exception/NoEntityManager.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace ORM\Exception;

use ORM\Exception;

/**
 * Class NoEntityManager
 *
 * @package ORM\Exception
 * @author  Thomas Flori <thflori@gmail.com>
 */
class NoEntityManager extends Exception
{
}