Tiny docblock fixes: Exception\TelegramException -> TelegramException

parent 4b38992f
...@@ -166,7 +166,7 @@ class Conversation ...@@ -166,7 +166,7 @@ class Conversation
* Currently the Conversation is not deleted but just set to 'stopped' * Currently the Conversation is not deleted but just set to 'stopped'
* *
* @return bool * @return bool
* @throws Exception\TelegramException * @throws TelegramException
*/ */
public function stop() public function stop()
{ {
...@@ -177,7 +177,7 @@ class Conversation ...@@ -177,7 +177,7 @@ class Conversation
* Cancel the current conversation * Cancel the current conversation
* *
* @return bool * @return bool
* @throws Exception\TelegramException * @throws TelegramException
*/ */
public function cancel() public function cancel()
{ {
...@@ -190,7 +190,7 @@ class Conversation ...@@ -190,7 +190,7 @@ class Conversation
* @param string $status * @param string $status
* *
* @return bool * @return bool
* @throws Exception\TelegramException * @throws TelegramException
*/ */
protected function updateStatus($status) protected function updateStatus($status)
{ {
...@@ -214,7 +214,7 @@ class Conversation ...@@ -214,7 +214,7 @@ class Conversation
* Store the array/variable in the database with json_encode() function * Store the array/variable in the database with json_encode() function
* *
* @return bool * @return bool
* @throws Exception\TelegramException * @throws TelegramException
*/ */
public function update() public function update()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment