PHP Classes

File: tests/apps/error.php

Recommend this page to a friend!
  Classes of Cesar D. Rodas   PHP JSON API Server   tests/apps/error.php   Download  
File: tests/apps/error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP JSON API Server
Handle REST API requests with functions in scripts
Author: By
Last change:
Date: 7 years ago
Size: 89 bytes
 

Contents

Class file image Download
<?php

/** @API may_fail */
function xxxxxx() {
    throw new
RuntimeException("xxx");
}