Files
kupshop/bundles/KupShop/ContentBundle/View/Exception/ValidationException.php
2025-08-02 16:30:27 +02:00

8 lines
105 B
PHP

<?php
namespace KupShop\ContentBundle\View\Exception;
class ValidationException extends \Exception
{
}