DrupalUpdateException

@class Exception class used to throw error if a module update fails.

Hierarchy

drupal/includes/update.inc, line 983

View code
<?php
class DrupalUpdateException extends Exception { }
?>