00001 <?php 00010 class nException extends Exception { 00011 00012 public $line; 00013 public $file; 00014 00015 }