Skip to content

Commit 20c9c1b

Browse files
committed
Fix sort by alphabetical order
1 parent 93e3766 commit 20c9c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ abstract class Exception extends \Exception
147147
'session not created' => array('SessionNotCreated', 'A new session could not be created.'),
148148
'stale element reference' => array('StaleElementReference', 'A command failed because the referenced element is no longer attached to the DOM.'),
149149
'timeout' => array('Timeout', 'An operation did not complete before its timeout expired.'),
150-
'unable to set cookie' => array('UnableToSetCookie', 'A command to set a cookie\'s value could not be satisfied.'),
151150
'unable to capture screen' => array('UnableToCaptureScreen', 'A screen capture was made impossible.'),
151+
'unable to set cookie' => array('UnableToSetCookie', 'A command to set a cookie\'s value could not be satisfied.'),
152152
'unexpected alert open' => array('UnexpectedAlertOpen', 'A modal dialog was open, blocking this operation.'),
153153
'unknown command' => array('UnknownCommand', 'A command could not be executed because the remote end is not aware of it.'),
154154
'unknown error' => array('UnknownError', 'An unknown error occurred in the remote end while processing the command.'),

0 commit comments

Comments
 (0)