PHP Classes

File: src/Exception/RequestException.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   src/Exception/RequestException.php   Download  
File: src/Exception/RequestException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 490 bytes
 

Contents

Class file image Download
<?php

/**
 * RequestException.php - Jaxon request exception
 *
 * This exception is thrown when an error occurs in the HTTP request processing.
 *
 * @package jaxon-core
 * @author Thierry Feuzeu <thierry.feuzeu@gmail.com>
 * @copyright 2022 Thierry Feuzeu <thierry.feuzeu@gmail.com>
 * @license https://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License
 * @link https://github.com/jaxon-php/jaxon-core
 */

namespace Jaxon\Exception;

class
RequestException extends Exception
{
}