Skip to content

Commit d21ce14

Browse files
authored
Merge pull request #181 from aiham/bklima-ss-patch-1
Fixed namespace reference
2 parents 961ac63 + c60fe91 commit d21ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenTok/Exception/AuthenticationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Defines the exception thrown when you use an invalid API or secret.
88
*/
9-
class AuthenticationException extends OpenTok\Exception\DomainException implements \OpenTok\Exception\Exception
9+
class AuthenticationException extends \OpenTok\Exception\DomainException implements \OpenTok\Exception\Exception
1010
{
1111
public function __construct($apiKey, $apiSecret, $code = 0, $previous)
1212
{

0 commit comments

Comments
 (0)