\Zend_Config_Exception

  • Copyright: Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
  • License: http://framework.zend.com/license/new-bsd New BSD License

Synopsis

class Zend_Config_Exception extends Zend_Exception {
}

Hierarchy

Extends

Members

protected

  • $code — int
    The exception code
  • $file — string
    The filename where the exception was created
  • $line — int
    The line where the exception was created
  • $message — string
    The exception message

Methods

Inherited from Zend_Exception

protected

public

Inherited from Exception

public

History