Commit ed670a9d authored by Armando Lüscher's avatar Armando Lüscher

Improve documentation.

parent f7dd3d80
...@@ -16,10 +16,10 @@ namespace Longman\TelegramBot\Exception; ...@@ -16,10 +16,10 @@ namespace Longman\TelegramBot\Exception;
class TelegramException extends \Exception class TelegramException extends \Exception
{ {
/** /**
* Exception constructor * Exception constructor that writes the exception message to the logfile
* *
* @param string $message Error message * @param string $message Error message
* @param integer $code Error code * @param integer $code Error code
*/ */
public function __construct($message, $code = 0) public function __construct($message, $code = 0)
{ {
......
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