PHP Classes

File: errorhandler.php

Recommend this page to a friend!
  Classes of Nitesh Apte   PHP YouTube Video Downloader   ???   Download  
File: ???
Role: Configuration script
Content type: text/plain
Description: Instantiate Error Handler class
Class: PHP YouTube Video Downloader
Download files of given YouTube videos
Author: By
Last change: Create errorhandler.php
Date: 8 years ago
Size: 117 bytes
 

 

Contents

Class file image Download
<?php
include_once 'class.ErrorHandler.php';
$errorObj = ErrorHandler::getInstance();
$errorObj->enableHandler();
?>