mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-04-05 14:52:20 +00:00
11 lines
112 B
PHP
11 lines
112 B
PHP
<?php
|
|
|
|
namespace App\Exception;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
class NotSecureException extends \Exception
|
|
{
|
|
}
|