Version 1
[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 }