PHP Classes
Icontem

File: phon/InvalidPHON.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Martin Alterisio  >  PHON  >  phon/InvalidPHON.php  
File: phon/InvalidPHON.php
Role: Class source
Content type: text/plain
Description: File for the InvalidPHON Exception.
Class: PHON
Unserialize values exported with var_export
 

Contents

Class file image Download
<?php
/**
 * File for the InvalidPHON Exception.
 * @package PHON
 */

/**
 * Exception thrown when invalid PHON data has been found.
 * @package PHON
 */
class InvalidPHON extends Exception {
    
/**
     * The PHON data that was found to be invalid.
     * @var string
     */
    
public $phon;
    
    
/**
     * Constructor.
     * @param string $message Some text describing the exception.
     * @param string $phon The PHON data that was found to be invalid.
     */
    
public function __construct($message$phon) {
        
parent::__construct($message);
        
$this->phon $phon;
    }
}

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products