Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[yaffs-website] / vendor / jcalderonzumba / gastonjs / src / Exception / NoSuchWindowError.php
1 <?php
2 namespace Zumba\GastonJS\Exception;
3
4
5 /**
6  * Class NoSuchWindowError
7  * @package Zumba\GastonJS\Exception
8  */
9 class NoSuchWindowError extends ClientError {
10 }