We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5390d5f commit 406c1a0Copy full SHA for 406c1a0
src/OpenTok/Exception/AuthenticationException.php
@@ -6,7 +6,7 @@
6
/**
7
* Defines the exception thrown when you use an invalid API or secret.
8
*/
9
-class AuthenticationException extends OpenTok\Exception\DomainException implements \OpenTok\Exception\Exception
+class AuthenticationException extends \OpenTok\Exception\DomainException implements \OpenTok\Exception\Exception
10
{
11
public function __construct($apiKey, $apiSecret, $code = 0, $previous)
12
0 commit comments