for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types = 1);
namespace Zortje\MVC\Model\Table\Entity\Exception;
use Zortje\MVC\Common\Exception\Exception;
/**
* Class EntityClassNonexistentException
*
* @package Zortje\MVC\Model\Table\Entity\Exception
*/
class EntityClassNonexistentException extends Exception
{
* {@inheritdoc}
protected $template = 'Subclass %s defined entity class %s is nonexistent';
}