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

9 lines
91 B
PHP
Executable File

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