class UcAddressesUndefinedFunctionException in Ubercart Addresses 6.2
Same name and namespace in other branches
- 7 class/Exceptions.inc \UcAddressesUndefinedFunctionException
UcAddressesUndefinedFunctionException.
Used when a function from outside the class does not exists. This can happen if the classes are used early in the Drupal bootstrap phase.
Hierarchy
- class \UcAddressesException extends \Exception
Expanded class hierarchy of UcAddressesUndefinedFunctionException
File
- class/
Exceptions.inc, line 36 - Exception classes for Ubercart Addresses.
View source
class UcAddressesUndefinedFunctionException extends UcAddressesException {
}