Skip to content

Commit 406c1a0

Browse files
authored
Fixed namespace reference
1 parent 5390d5f commit 406c1a0

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)