infinito/application/symfony/src/Exception/NotSecureException.php
2019-01-27 15:28:25 +01:00

11 lines
112 B
PHP

<?php
namespace App\Exception;
/**
* @author kevinfrantz
*/
class NotSecureException extends \Exception
{
}