Chris@0: Chris@0: * @author Anthon Pang Chris@0: */ Chris@0: Chris@0: namespace WebDriver\Exception; Chris@0: Chris@0: use WebDriver\Exception as BaseException; Chris@0: Chris@0: /** Chris@0: * WebDriver\Exception\SessionNotCreated class Chris@0: * Chris@0: * @package WebDriver Chris@0: */ Chris@0: final class SessionNotCreated extends BaseException Chris@0: { Chris@0: }