Blame view

vendor/facebook/webdriver/lib/Exception/IndexOutOfBoundsException.php 111 Bytes
ad2e91f7   Mihail   move multyparser ...
1
2
3
4
5
6
7
  <?php
  
  namespace Facebook\WebDriver\Exception;
  
  class IndexOutOfBoundsException extends WebDriverException {
  
  }