Setter for extra data.
Definition at line 187 of file class_FrameworkException.php. References FrameworkException.$extraData. Referenced by InvalidCommandException.__construct(), ConfigEntryNotFoundException.__construct(), ClassNotFoundException.__construct(), FileNotFoundException.__construct(), EncryptMissingException.__construct(), EncryptInvalidLengthException.__construct(), InvalidControllerException.__construct(), and DefaultControllerException.__construct(). 00187 { 00188 $this->extraData = $extraData; 00189 }
Here is the caller graph for this function:
![]()
|
1.5.6