deblan.io-murph/core/Crud/Exception/CrudConfigurationException.php

13 lines
190 B
PHP

<?php
namespace App\Core\Crud\Exception;
/**
* class CrudConfigurationException.
*
* @author Simon Vieille <simon@deblan.fr>
*/
class CrudConfigurationException extends \Exception
{
}