mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
11 lines
112 B
PHP
11 lines
112 B
PHP
<?php
|
|
|
|
namespace App\Exception;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
class NotSecureException extends \Exception
|
|
{
|
|
}
|