• File: OverflowException.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/Framework/FormDesigns/Exceptions/OverflowException.php
  • Date Modified: 10/16/2023 9:55 PM
  • File size: 180 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Give\Framework\FormDesigns\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * @since 3.0.0
 */
class OverflowException extends Exception
{
}