Ouzo\Notice::__construct PHP Method

__construct() public method

public __construct ( $message, $url = null )
    public function __construct($message, $url = null)
    {
        $this->url = $url ? $url : null;
        $this->message = $message;
    }