PHP Classes

File: error.php

Recommend this page to a friend!
  Classes of Sriram   Basic PHP Bulk Email Queue System   error.php   Download  
File: error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Basic PHP Bulk Email Queue System
Queue messages in a database to be delivered later
Author: By
Last change:
Date: 3 years ago
Size: 520 bytes
 

Contents

Class file image Download
<?php
/*
 * AngeldromeLibs, Some Base classes that could be reused for app development.
 *
 * the error page that will be rendered, when errors are caught.
 *
 * @author Sriram R <srishere@angeldrome.com>
 * @copyright 2020 Sriram R
 * @license This code is licensed under MIT license (see LICENSE.txt for details)
 * @version CVS: $Id:$
 * @link http://www.angeldrome.com
 */
?>
<html>
    <head>
        <title></title>
    </head>
    <body>
        lets have a fancy error page.
    </body>
</html>