PHP Classes

File: exceptions/_addExceptions.php

Recommend this page to a friend!
  Classes of Marius Zadara   ExifSort   exceptions/_addExceptions.php   Download  
File: exceptions/_addExceptions.php
Role: Auxiliary script
Content type: text/plain
Description: add exceptions
Class: ExifSort
Read EXIF information from picture files
Author: By
Last change:
Date: 16 years ago
Size: 430 bytes
 

Contents

Class file image Download
<?php

// LOAD ALL THE EXCEPTIONS ////////////////////////////////////////////////////////////////////////

/**
 * This file loads all the extensions needed by the script.
 * It is included by index.php
 */

// ExifNotFound exception
// thrown by the validator when the ExifModule has not beeb loaded
require_once 'ExifNotFound.class.php';

// Directory Exception
require_once 'DirectoryException.class.php';


?>