<?php

declare(strict_types=1);

namespace GNexus\GAuth\Exception;

final class WebhookPayloadException extends GAuthException
{
}

