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.
2 parents 961ac63 + c60fe91 commit d21ce14Copy full SHA for d21ce14
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