vito/app/Exceptions/SSLCreationException.php
2024-04-05 19:45:09 +02:00

9 lines
89 B
PHP

<?php
namespace App\Exceptions;
class SSLCreationException extends SSHError
{
//
}