PHP Classes

File: errorhandler.php

Recommend this page to a friend!
  Classes of Nitesh Apte   PHP YouTube Video Downloader   errorhandler.php   Download  
File: errorhandler.php
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: 7 years ago
Size: 117 bytes
 

Contents

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