PHP Classes

File: example/test/example_exception_handler.php

Recommend this page to a friend!
  Classes of Francisco Núñez   PHP Development Tools   example/test/example_exception_handler.php   Download  
File: example/test/example_exception_handler.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Development Tools
Components to help PHP application development
Author: By
Last change:
Date: 1 year ago
Size: 759 bytes
 

Contents

Class file image Download
<?php

/**
 * PHP Development Tools.
 * PHP Version required 7.4.* or higher
 *
 * @see https://github.com/arcanisgk/PHP-Development-Tools
 *
 * @author Walter Nuñez (arcanisgk/original founder)
 * @email icarosnet@gmail.com
 * @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
 * @license For the full copyright and licence information, please view the LICENSE
 * @note This program is distributed in the hope that it will be useful
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE.
 */

declare(strict_types=1);

require_once
__DIR__ . "/../../vendor/autoload.php";

/** @noinspection PhpUnhandledExceptionInspection */
throw new exception('Test');