[TASK] Made all constuctors and destructors public.
[TASK] Added some DocComments for the IrcClient.
This commit is contained in:
@@ -13,7 +13,7 @@ class Exception_GeneralException extends Exception {
|
||||
* @param string $message
|
||||
* @param int $code
|
||||
*/
|
||||
function __construct($message = "", $code = 0) {
|
||||
public function __construct($message = "", $code = 0) {
|
||||
if ($message === "") {
|
||||
throw new $this('Unknown '. get_class($this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user