Skip to content

Commit 61e6d52

Browse files
committed
updated error message
1 parent 6cf0374 commit 61e6d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt/ProtocolFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function createProtocol(IConnection $connection, AuthenticateInterface $a
3838
}
3939

4040
if (!$protocol instanceof V3) {
41-
throw new RuntimeException('Client only supports bolt version 3 and up.');
41+
throw new RuntimeException('Client only supports bolt version ^3.0 and ^4.0.');
4242
}
4343

4444
$response = $auth->authenticateBolt($protocol, $userAgent);

0 commit comments

Comments
 (0)