for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Admingenerator\GeneratorBundle\Exception;
class ModelManagerNotSelectedException extends \LogicException
{
public function __construct()
parent::__construct("You must enable one model manager in Admingenerator config.");
}