<?php

namespace Give\PaymentGateways\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * Class InvalidPropertyName
 * @package Give\Framework\Exceptions\Primitives
 *
 * @since 2.13.0
 */
class InvalidPropertyName extends Exception
{
}
