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

13 lines
190 B
PHP
Raw Normal View History

2021-05-12 12:04:03 +02:00
<?php
namespace App\Core\Crud\Exception;
/**
* class CrudConfigurationException.
*
* @author Simon Vieille <simon@deblan.fr>
*/
class CrudConfigurationException extends \Exception
{
}