You are here

class UcAddressesUndefinedFunctionException in Ubercart Addresses 6.2

Same name and namespace in other branches
  1. 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

Expanded class hierarchy of UcAddressesUndefinedFunctionException

File

class/Exceptions.inc, line 36
Exception classes for Ubercart Addresses.

View source
class UcAddressesUndefinedFunctionException extends UcAddressesException {

}

Members