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