• File: RequestException.php
  • Full Path: /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/Framework/Http/ConnectServer/Client/Exceptions/RequestException.php
  • Date Modified: 02/24/2023 4:18 AM
  • File size: 361 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Give\Framework\Http\ConnectServer\Client\Exceptions;

use Give\Framework\Exceptions\Contracts\LoggableException;
use Give\Framework\Exceptions\Primitives\RuntimeException;
use Give\Framework\Exceptions\Traits\Loggable;

/**
 * @since 2.25.0
 */
class RequestException extends RuntimeException implements LoggableException
{
    use Loggable;
}