@@ -10,7 +10,7 @@ class Exception extends \Exception
1010 * Creates an Exception for a failed connection.
1111 *
1212 * @param string $response The failed error response.
13- * @return Nats\Exception
13+ * @return \ Nats\Exception
1414 */
1515 public static function forFailedConnection ($ response )
1616 {
@@ -21,7 +21,7 @@ public static function forFailedConnection($response)
2121 * Creates an Exception for a failed PING response.
2222 *
2323 * @param string $response The failed PING response.
24- * @return Nats\Exception
24+ * @return \ Nats\Exception
2525 */
2626 public static function forFailedPing ($ response )
2727 {
@@ -32,7 +32,7 @@ public static function forFailedPing($response)
3232 * Creates an Exception for an invalid Subscription Identifier (sid).
3333 *
3434 * @param string $subscription The Subscription Identifier (sid).
35- * @return Nats\Exception
35+ * @return \ Nats\Exception
3636 */
3737 public static function forSubscriptionNotFound ($ subscription )
3838 {
@@ -43,7 +43,7 @@ public static function forSubscriptionNotFound($subscription)
4343 * Creates an Exception for an invalid Subscription Identifier (sid) callback.
4444 *
4545 * @param string $subscription The Subscription Identifier (sid).
46- * @return Nats\Exception
46+ * @return \ Nats\Exception
4747 */
4848 public static function forSubscriptionCallbackInvalid ($ subscription )
4949 {
@@ -55,7 +55,7 @@ public static function forSubscriptionCallbackInvalid($subscription)
5555 *
5656 * @param string $message The system level error message.
5757 * @param integer $code The system level error code.
58- * @return Nats\Exception
58+ * @return \ Nats\Exception
5959 */
6060 public static function forStreamSocketClientError ($ message , $ code )
6161 {
0 commit comments