class DrupalUpdateException in Drupal 7
@class Exception class used to throw error if a module update fails.
Hierarchy
- class \DrupalUpdateException extends \Exception
Expanded class hierarchy of DrupalUpdateException
File
- includes/
update.inc, line 1018 - Drupal database update API.
View source
class DrupalUpdateException extends Exception {
}