Newer
Older
gnexus-auth-client-php / src / Exception / WebhookVerificationException.php
@Eugene Sukhodolskiy Eugene Sukhodolskiy 12 hours ago 137 bytes Initial auth client package scaffold
<?php

declare(strict_types=1);

namespace GNexus\GAuth\Exception;

final class WebhookVerificationException extends GAuthException
{
}