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

Breadcrumb

  1. Drupal Core 11.1.x

UnknownError.php

Namespace

WebDriver\Exception

File

vendor/lullabot/php-webdriver/lib/WebDriver/Exception/UnknownError.php

View source
<?php


/**
 * @copyright 2013 Anthon Pang
 * @license Apache-2.0
 *
 * @package WebDriver
 *
 * @author Anthon Pang <apang@softwaredevelopment.ca>
 */
namespace WebDriver\Exception;

use WebDriver\Exception as BaseException;

/**
 * WebDriver\Exception\UnknownError class
 *
 * @package WebDriver
 */
final class UnknownError extends BaseException {

}

Classes

Title Deprecated Summary
UnknownError WebDriver\Exception\UnknownError class

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal