EventException.php

Same filename in other branches
  1. 11.x core/lib/Drupal/Core/Database/Exception/EventException.php

Namespace

Drupal\Core\Database\Exception

File

core/lib/Drupal/Core/Database/Exception/EventException.php

View source
<?php

namespace Drupal\Core\Database\Exception;

use Drupal\Core\Database\DatabaseException;

/**
 * Exception thrown by the database event API.
 */
class EventException extends \RuntimeException implements DatabaseException {

}

Classes

Title Deprecated Summary
EventException Exception thrown by the database event API.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.