<?php

namespace Give\DonationSpam\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * @since 3.15.0
 */
class SpamDonationException extends Exception {}
