Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal