File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ protected function start()
166166 * Currently the Conversation is not deleted but just set to 'stopped'
167167 *
168168 * @return bool
169- * @throws Exception\ TelegramException
169+ * @throws TelegramException
170170 */
171171 public function stop ()
172172 {
@@ -177,7 +177,7 @@ public function stop()
177177 * Cancel the current conversation
178178 *
179179 * @return bool
180- * @throws Exception\ TelegramException
180+ * @throws TelegramException
181181 */
182182 public function cancel ()
183183 {
@@ -190,7 +190,7 @@ public function cancel()
190190 * @param string $status
191191 *
192192 * @return bool
193- * @throws Exception\ TelegramException
193+ * @throws TelegramException
194194 */
195195 protected function updateStatus ($ status )
196196 {
@@ -214,7 +214,7 @@ protected function updateStatus($status)
214214 * Store the array/variable in the database with json_encode() function
215215 *
216216 * @return bool
217- * @throws Exception\ TelegramException
217+ * @throws TelegramException
218218 */
219219 public function update ()
220220 {
You can’t perform that action at this time.
0 commit comments