1: <?php 2: namespace Azalea\Selenium\Toolkit\Exception; 3: 4: class InvalidPageException extends \Exception 5: { 6: 7: } 8: 9: ?>